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


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