Spread Windows Forms 12.0 Product Documentation
ActiveSheet Property (IWorkbook)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : ActiveSheet Property
Gets the active sheet (the sheet on top).
Syntax
'Declaration
 
ReadOnly Property ActiveSheet As IWorksheet
'Usage
 
Dim instance As IWorkbook
Dim value As IWorksheet
 
value = instance.ActiveSheet
IWorksheet ActiveSheet {get;}

Property Value

The active sheet (the sheet on top); null if no sheet is active.
See Also

Reference

IWorkbook Interface
IWorkbook Members