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


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