Spread WinForms 15
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

Property Value

The UI manager.
See Also