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


In This Topic
Column Property (SheetSpanModelEventArgs)
In This Topic
Gets the column index where the event occurred.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
 
'Usage
 
Dim instance As SheetSpanModelEventArgs
Dim value As Integer
 
value = instance.Column
See Also