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


In This Topic
    Rows Property (IRange)
    In This Topic
    Gets a new instance of IRange which represents all rows belong to this IRange.
    Syntax
    'Declaration
     
    
    ReadOnly Property Rows As IRange
    'Usage
     
    
    Dim instance As IRange
    Dim value As IRange
     
    value = instance.Rows
    IRange Rows {get;}

    Property Value

    An IRange object that specifies all rows.
    Remarks
    If this IRange contains multiple areas, the new IRange contains rows of the first area only.
    See Also