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

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

    Parameters

    row
    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 row parameter).
    See Also