RowCount Property (ISpreadsheet)
Gets the row count of the header.
'Declaration
ReadOnly Property RowCount As Integer
'Usage
Dim instance As ISpreadsheet
Dim value As Integer
value = instance.RowCount
Property Value
An integer value represents the row count of the header.