Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / UIManager Property


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

    Property Value

    The UI manager.
    See Also