GrapeCity.Xaml.SpreadSheet.UI
Column Property (CellEventArgs)


GrapeCity.Xaml.SpreadSheet.UI Namespace > CellEventArgs Class : Column Property
Gets the column index of the cell.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
'Usage
 
Dim instance As CellEventArgs
Dim value As Integer
 
value = instance.Column
public int Column {get;}

Property Value

The column index of the cell.
See Also

Reference

CellEventArgs Class
CellEventArgs Members