Returns the index of the specified PageColumnDef in the current collection.

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

Syntax

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

Parameters

pageColumnDef
Type: C1.C1Preview..::..PageColumnDef
The PageColumnDef to search for.

Return Value

The index of the specified column definition in the current collection.

See Also