Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheets Interface / WorkbookSet Property


In This Topic
    WorkbookSet Property (IWorksheets)
    In This Topic
    Gets the parent workbook set of this IWorksheets.
    Syntax
    'Declaration
     
    
    ReadOnly Property WorkbookSet As WorkbookSet
    'Usage
     
    
    Dim instance As IWorksheets
    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