ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLColumnCollection Class / Add Method / Add(XLColumn) Method
The item to add to the collection.

In This Topic
    Add(XLColumn) Method
    In This Topic
    Adds an XLColumn object to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal col As XLColumn _
    ) As XLColumn
    public XLColumn Add( 
       XLColumn col
    )

    Parameters

    col
    The item to add to the collection.

    Return Value

    A reference to the item that was added to the collection (in this case, always the col parameter).
    See Also