GrapeCity.Wpf.SpreadSheet Namespace / LeaveCellEventArgs Class / Column Property


In This Topic
Column Property (LeaveCellEventArgs)
In This Topic
Gets the column index of the cell being left.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
 
'Usage
 
Dim instance As LeaveCellEventArgs
Dim value As Integer
 
value = instance.Column
See Also