Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeCommand Class / RowCount Property


In This Topic
RowCount Property (RangeCommand)
In This Topic
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

Property Value

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