Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / Workbooks Property


In This Topic
Workbooks Property (WorkbookSet)
In This Topic
Gets all of the workbooks in this workbook set.
Syntax
'Declaration
 
Public ReadOnly Property Workbooks As IWorkbooks
 
'Usage
 
Dim instance As WorkbookSet
Dim value As IWorkbooks
 
value = instance.Workbooks

Property Value

A IWorkbooks instance represents all of the workbooks in this workbook set.
See Also