Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetSpanModelEventArgs Class / ColumnCount Property


In This Topic
ColumnCount Property (SheetSpanModelEventArgs)
In This Topic
Gets the number of columns affected.
Syntax
'Declaration
 
Public ReadOnly Property ColumnCount As Integer
 
'Usage
 
Dim instance As SheetSpanModelEventArgs
Dim value As Integer
 
value = instance.ColumnCount
See Also