Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIManager Class / WorkbookSet Property


In This Topic
    WorkbookSet Property (UIManager)
    In This Topic
    Gets the associated WorkbookSet.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property WorkbookSet As WorkbookSet
    'Usage
     
    
    Dim instance As UIManager
    Dim value As WorkbookSet
     
    value = instance.WorkbookSet
    protected WorkbookSet WorkbookSet {get;}
    See Also