[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.Rows

Rows Property

Rows

Gets a new instance of IRange which represents all rows belong to this IRange.

Declaration
IRange Rows { get; }
ReadOnly Property Rows As IRange
Property Value
Type Description
IRange

An IRange object that specifies all rows.

Remarks

If this IRange contains multiple areas, the new IRange contains rows of the first area only.