Version

IndexOf(PivotGridColumn) Method

Returns the ordinal position of the specified column within this collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal column As PivotGridColumn _
) As Integer
public int IndexOf( 
   PivotGridColumn column
)

Parameters

column
The column to test.

Return Value

The ordinal position of the column within this collection, or -1 if the column is not sorted.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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