ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLColumnCollection Class / Remove Method
Item to be removed from the collection.

In This Topic
    Remove Method (XLColumnCollection)
    In This Topic
    Removes an XLColumn object from the collection.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal col As XLColumn _
    ) As XLColumn
    public XLColumn Remove( 
       XLColumn col
    )

    Parameters

    col
    Item to be removed from the collection.

    Return Value

    A reference to the item that was removed.
    See Also