Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TabPositionCollection Class / Add Method / Add(TabPosition) Method
The object to add.

In This Topic
    Add(TabPosition) Method
    In This Topic
    Adds a TabPosition object to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal tabPosition As TabPosition _
    ) As Integer
    public int Add( 
       TabPosition tabPosition
    )

    Parameters

    tabPosition
    The object to add.

    Return Value

    The index of tabPosition in the current collection.
    See Also