FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / NonEmptyRowCount Property


In This Topic
NonEmptyRowCount Property (DefaultSheetDataModel)
In This Topic
Gets the number of rows in the model that contain data (bound or unbound).
Syntax
'Declaration
 
Public Overrides ReadOnly Property NonEmptyRowCount As Integer
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim value As Integer
 
value = instance.NonEmptyRowCount
See Also