Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbooks Interface / WorkbookSet Property


In This Topic
    WorkbookSet Property (IWorkbooks)
    In This Topic
    Gets the parent workbook set of this IWorksheets.
    Syntax
    'Declaration
     
    
    ReadOnly Property WorkbookSet As WorkbookSet
    'Usage
     
    
    Dim instance As IWorkbooks
    Dim value As WorkbookSet
     
    value = instance.WorkbookSet
    WorkbookSet WorkbookSet {get;}

    Property Value

    A WorkbookSet object represents the parent workbook set of this IWorksheets.
    See Also