Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISheets Interface / WorkbookSet Property


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

    Property Value

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