Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / CommandManager Property


In This Topic
CommandManager Property (IWorkbookSet)
In This Topic
Gets the command manager of the IWorkbookSet.
Syntax
'Declaration
 
ReadOnly Property CommandManager As CommandManager
 
'Usage
 
Dim instance As IWorkbookSet
Dim value As CommandManager
 
value = instance.CommandManager

Property Value

A GrapeCity.Spreadsheet.Commands.CommandManager object represents the command manager.
See Also