Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / SelectedSheets Property


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