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


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