ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ColumnCollection Class / Remove Method / Remove(Int32) Method
The index of the column to remove from the collection.

In This Topic
    Remove(Int32) Method
    In This Topic
    Removes a Column object from the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal index As Integer _
    ) As Column
    public Column Remove( 
       int index
    )

    Parameters

    index
    The index of the column to remove from the collection.

    Return Value

    A reference to the Column that was removed from the collection.
    See Also