SpreadsheetGear 2023
CommandManager Constructor


SpreadsheetGear.Commands Namespace > CommandManager Class : CommandManager Constructor
Specifies the workbook set which will own this CommandManager.
Initializes a new instance of CommandManager with the specified IWorkbookSet.
Syntax
'Declaration
 
Protected Function New( _
   ByVal workbookSet As IWorkbookSet _
)
'Usage
 
Dim workbookSet As IWorkbookSet
 
Dim instance As New CommandManager(workbookSet)
protected CommandManager( 
   IWorkbookSet workbookSet
)

Parameters

workbookSet
Specifies the workbook set which will own this CommandManager.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommandManager Class
CommandManager Members