Sheets Property (IWorkbook)
In This Topic
Gets the
ISheets collection that represents all the sheets in the specified workbook.
Syntax
'Declaration
ReadOnly Property Sheets As ISheets
'Usage
Dim instance As IWorkbook
Dim value As ISheets
value = instance.Sheets
See Also