C1.Win.FlexGrid Namespace / ColumnCollection Class / IndexOf Method / IndexOf(String) Method
Column name to look for (case-insensitive).

In This Topic
IndexOf(String) Method
In This Topic
Gets the index of the Column with the specified name.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal columnName As String _
) As Integer
 

Parameters

columnName
Column name to look for (case-insensitive).

Return Value

Index of the column that has the given name in this collection, or -1 if the collection does not contain a column with the given name.
See Also