ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheet Class / Rows Property

In This Topic
    Rows Property
    In This Topic
    Gets a reference to the sheet's row collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As XLRowCollection
    public XLRowCollection Rows {get;}
    See Also