Spread Silverlight Documentation
ActiveColumnIndex Property (ExcelWorksheet)


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

Property Value

The index of the active column.
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members