Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetDataModel Class / NonEmptyRowCount Property


In This Topic
NonEmptyRowCount Property (BaseSheetDataModel)
In This Topic
Gets the number of rows that contain data.
Syntax
'Declaration
 
Public Overridable ReadOnly Property NonEmptyRowCount As Integer
 
'Usage
 
Dim instance As BaseSheetDataModel
Dim value As Integer
 
value = instance.NonEmptyRowCount
See Also