Spread Silverlight Documentation
Column Property (ExternalCellRange)


GrapeCity.Excel Namespace > ExternalCellRange 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 ExternalCellRange
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

ExternalCellRange Class
ExternalCellRange Members