ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLColumnCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Creates a new XLColumn object and adds it to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As XLColumn
    public XLColumn Add()

    Return Value

    A reference to the new XLColumn object.
    See Also