Spread Silverlight Documentation
Index Property (ExcelColumn)


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

Property Value

The index of the column.
See Also

Reference

ExcelColumn Class
ExcelColumn Members