Spread Silverlight Documentation
Column Property (ExcelCell)


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

Property Value

The start column index.
See Also

Reference

ExcelCell Class
ExcelCell Members