Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / INonEmptyCells Interface / NonEmptyColumnCount Property


In This Topic
NonEmptyColumnCount Property (INonEmptyCells)
In This Topic
Gets the number of columns with data.
Syntax
'Declaration
 
ReadOnly Property NonEmptyColumnCount As Integer
 
'Usage
 
Dim instance As INonEmptyCells
Dim value As Integer
 
value = instance.NonEmptyColumnCount
See Also