Spread Windows Forms 12.0 Product Documentation
RowCount Property (RangeCommand)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > RangeCommand Class : RowCount Property
Gets the total row count of cell range.
Syntax
'Declaration
 
Protected ReadOnly Property RowCount As Integer
'Usage
 
Dim instance As RangeCommand
Dim value As Integer
 
value = instance.RowCount
protected int RowCount {get;}

Property Value

An integer value indicates the total row count of cell range.
See Also

Reference

RangeCommand Class
RangeCommand Members