Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLSheet Class / Rows Property

In This Topic
    Rows Property (XLSheet)
    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