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


In This Topic
    UIManager Property (WorkbookSet)
    In This Topic
    Gets the UI manager of the IWorkbookSet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UIManager As UIManager
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim value As UIManager
     
    value = instance.UIManager
    public UIManager UIManager {get;}

    Property Value

    The UI manager.
    See Also