FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetNonEmptyErrorTextsRowCount Method


In This Topic
GetNonEmptyErrorTextsRowCount Method
In This Topic
Gets the number of rows that contain notes.
Syntax
'Declaration
 
Public Overridable Function GetNonEmptyErrorTextsRowCount() As Integer
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim value As Integer
 
value = instance.GetNonEmptyErrorTextsRowCount()
See Also