Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLColumnCollection Class / RemoveAt Method
Index of the item to remove from the collection.

In This Topic
    RemoveAt Method (XLColumnCollection)
    In This Topic
    Removes the XLColumn object at a given position from the collection.
    Syntax
    'Declaration
     
    
    Public Function RemoveAt( _
       ByVal index As Integer _
    ) As XLColumn
    public XLColumn RemoveAt( 
       int index
    )

    Parameters

    index
    Index of the item to remove from the collection.

    Return Value

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