Spread Silverlight Documentation
ActiveColumnIndex Property (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : ActiveColumnIndex Property
Gets or sets the index of the active column.
Syntax
'Declaration
 
Property ActiveColumnIndex As System.Integer
'Usage
 
Dim instance As IExcelWorksheet
Dim value As System.Integer
 
instance.ActiveColumnIndex = value
 
value = instance.ActiveColumnIndex
System.int ActiveColumnIndex {get; set;}

Property Value

The index of the active column.
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members