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