'Declaration
Protected Function New( _ ByVal workbookSet As IWorkbookSet _ )
'Usage
Dim workbookSet As IWorkbookSet Dim instance As New UIManager(workbookSet)
protected UIManager( IWorkbookSet workbookSet )
protected UIManager( workbookSet: IWorkbookSet );
protected function UIManager( workbookSet : IWorkbookSet );
protected: UIManager( IWorkbookSet* workbookSet )
protected: UIManager( IWorkbookSet^ workbookSet )
Parameters
- workbookSet
- Specifies the workbook set which will own this UIManager.