Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / Workbooks Property


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

    Property Value

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