[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.Row

Row Property

Row

Gets the zero based row number of the first row of this IRange.

Declaration
int Row { get; }
ReadOnly Property Row As Integer
Property Value
Type Description
int

An integer that specifies the zero based row number of the first row.

Remarks

If this IRange contains multiple areas, the first row number of the first area is returned.