Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRowHeader Interface / RowCount Property


In This Topic
RowCount Property (IRowHeader)
In This Topic
Gets the row count of the row header.
Syntax
'Declaration
 
ReadOnly Property RowCount As Integer
 
'Usage
 
Dim instance As IRowHeader
Dim value As Integer
 
value = instance.RowCount

Property Value

An integer value represents the row count of the row header.
See Also