C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageColumnDefCollection Class / IndexOf Method
The PageColumnDef to search for.

In This Topic
IndexOf Method (PageColumnDefCollection)
In This Topic
Returns the index of the specified PageColumnDef in the current collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal pageColumnDef As PageColumnDef _
) As Integer
 

Parameters

pageColumnDef
The PageColumnDef to search for.

Return Value

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