Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LeaveCellEventArgs Class / NewColumn Property


In This Topic
NewColumn Property
In This Topic
Gets the column index of the cell being entered.
Syntax
'Declaration
 
Public Property NewColumn As Integer
 
'Usage
 
Dim instance As LeaveCellEventArgs
Dim value As Integer
 
instance.NewColumn = value
 
value = instance.NewColumn
See Also