Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Rows Property


In This Topic
    Rows Property (IWorksheet)
    In This Topic
    Get an IRange object that represents all the rows on the worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Rows As IRange
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IRange
     
    value = instance.Rows
    IRange Rows {get;}

    Property Value

    The IRange object which provide access to rows' data.
    See Also