IndexOf Method (GridColumnCollection)
Determines the index of a specified GridColumn in this collection.
Syntax
'Declaration Public Function IndexOf( _ ByVal gridColumn As GridColumn _ ) As Integer
'Usage Dim instance As GridColumnCollection Dim gridColumn As GridColumn Dim value As Integer value = instance.IndexOf(gridColumn)
public int IndexOf( GridColumn gridColumn )
Parameters
- gridColumn
- The GridColumn to find.
Return Value
The zero-based index of the specified GridColumn.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also