ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 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 System.Integer
    public System.int IndexOf( 
       TabPosition tabPosition
    )

    Parameters

    tabPosition
    The object to get the index of.

    Return Value

    The index of tabPosition in the current collection.
    See Also