ComponentOne True DBGrid for WinForms
IndexOf(C1DisplayColumn) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1DisplayColumnCollection Class > IndexOf Method : IndexOf(C1DisplayColumn) Method
Gets the index of the C1DisplayColumn.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal vc As C1DisplayColumn _
) As System.Integer
public System.int IndexOf( 
   C1DisplayColumn vc
)

Parameters

vc

Return Value

The index of the C1DisplayColumn.
See Also

Reference

C1DisplayColumnCollection Class
C1DisplayColumnCollection Members
Overload List