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


In This Topic
SelectedSheets Property (Workbook)
In This Topic
Gets a IWorksheets collection that represents all the selected sheets in the specified window.
Syntax
'Declaration
 
Public ReadOnly Property SelectedSheets As IWorksheets
 
'Usage
 
Dim instance As Workbook
Dim value As IWorksheets
 
value = instance.SelectedSheets
See Also