dotnetCHARTING Send comments on this topic.
IndexOf Method
See Also 
dotnetCHARTING Namespace > GridColumnCollection Class : IndexOf Method


gridColumn
The GridColumn to find.
Determines the index of a specified GridColumn in this collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal gridColumn As GridColumn _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As GridColumnCollection
Dim gridColumn As GridColumn
Dim value As Integer
 
value = instance.IndexOf(gridColumn)
C# 
public int IndexOf( 
   GridColumn gridColumn
)

Parameters

gridColumn
The GridColumn to find.

Return Value

The zero-based index of the specified GridColumn.

See Also

© 2021 All Rights Reserved.