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

Property Value

The UI manager.
See Also