Spread Silverlight Documentation
Column Property (ExcelCellRange)


GrapeCity.Excel Namespace > ExcelCellRange Class : Column Property
Gets the zero-based index of the start column of the range.
Syntax
'Declaration
 
Public Property Column As System.Integer
'Usage
 
Dim instance As ExcelCellRange
Dim value As System.Integer
 
instance.Column = value
 
value = instance.Column
public System.int Column {get; set;}

Property Value

The start column index.
See Also

Reference

ExcelCellRange Class
ExcelCellRange Members