ComponentOne Excel for .NET
C1.Excel Assembly / C1.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