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


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

Property Value

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