Spread Silverlight Documentation
Column Property (CellRange)


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

Property Value

The column index of the first cell in the range.
See Also

Reference

CellRange Class
CellRange Members