Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public void AddInOrder(
	Object key,
	string value,
	string description
)
Visual Basic (Declaration)
Public Sub AddInOrder ( _
	key As Object, _
	value As String, _
	description As String _
)

Parameters

key
Type: System..::.Object
value
Type: System..::.String
description
Type: System..::.String

See Also