Spread Windows Forms 15.0
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
    public IWorkbooks Workbooks {get;}

    Property Value

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