C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TabPositionCollection Class / IndexOf Method
The object to get the index of.

In This Topic
IndexOf Method (TabPositionCollection)
In This Topic
Gets the index of a TabPosition object in the current collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal tabPosition As TabPosition _
) As Integer
 

Parameters

tabPosition
The object to get the index of.

Return Value

The index of tabPosition in the current collection.
See Also