Spread Silverlight Documentation
Column Property (CellCancelEventArgs)


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

Property Value

The column index of the cell.
See Also

Reference

CellCancelEventArgs Class
CellCancelEventArgs Members