In This Topic
Gets a
ISheets collection that represents all the selected sheets in the specified window.
Syntax
'Declaration
ReadOnly Property SelectedSheets As ISheets
'Usage
Dim instance As IWorkbook
Dim value As ISheets
value = instance.SelectedSheets
ISheets SelectedSheets {get;}
See Also