Gets the index of a TabPosition object in the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int IndexOf(
	TabPosition tabPosition
)
Visual Basic
Public Function IndexOf ( _
	tabPosition As TabPosition _
) As Integer

Parameters

tabPosition
Type: C1.C1Preview..::..TabPosition
The object to get the index of.

Return Value

The index of tabPosition in the current collection.

See Also