Spread Silverlight Documentation
ActiveSheetIndex Property (ExcelWorkbook)


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

Property Value

The index of the active sheet.
See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members