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

Syntax

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

Parameters

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

See Also