Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TabPositionCollection Class / Insert Method
The index at which to insert tabPosition.
The object to insert.

In This Topic
    Insert Method (TabPositionCollection)
    In This Topic
    Inserts a TabPosition object at the specified position into the current collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal tabPosition As TabPosition _
    ) 
    public void Insert( 
       int index,
       TabPosition tabPosition
    )

    Parameters

    index
    The index at which to insert tabPosition.
    tabPosition
    The object to insert.
    See Also