ComponentOne True DBGrid for WinForms
IndexOf(C1DataColumn) Method

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

Parameters

dc

Return Value

The index of the the C1DataColumn.
See Also

Reference

C1DataColumnCollection Class
C1DataColumnCollection Members
Overload List