GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Row2 Property


In This Topic
Row2 Property (IRange)
In This Topic
Gets the zero based row number of the last row of this IRange.
Syntax
'Declaration
 
ReadOnly Property Row2 As Integer
 
'Usage
 
Dim instance As IRange
Dim value As Integer
 
value = instance.Row2

Property Value

An integer that specifies the zero based row number of the last row.
Remarks
If this IRange contains multiple areas, the last row number of the last area is returned.
See Also