Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TabPositionCollection Class / Remove Method
The object to remove.

In This Topic
    Remove Method (TabPositionCollection)
    In This Topic
    Removes a TabPosition object from the current collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal tabPosition As TabPosition _
    ) 
    public void Remove( 
       TabPosition tabPosition
    )

    Parameters

    tabPosition
    The object to remove.
    See Also