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

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

    Return Value

    A reference to the new XLRow object.
    See Also