Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / ActiveSheetIndex Property


In This Topic
ActiveSheetIndex Property (Workbook)
In This Topic
Gets the active sheet index (the sheet on top).
Syntax
'Declaration
 
Public Property ActiveSheetIndex As Integer
 
'Usage
 
Dim instance As Workbook
Dim value As Integer
 
instance.ActiveSheetIndex = value
 
value = instance.ActiveSheetIndex

Property Value

The active sheet index (the sheet on top); -1 if no sheet is active.
See Also