Adds a PageColumnDef to the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int Add(
	PageColumnDef pageColumnDef
)
Visual Basic
Public Function Add ( _
	pageColumnDef As PageColumnDef _
) As Integer

Parameters

pageColumnDef
Type: C1.C1Preview..::..PageColumnDef
The PageColumnDef to add.

Return Value

The index of the added PageColumnDef in the current collection.

See Also