Class | Description | |
---|---|---|
Command | Provides the base class for all commands which will be executed by CommandManager. | |
CommandManager | Provides the ability to override the behavior of commands , as well as the ability to create new undoable commands. | |
CommandPrint | Provides the base class for commands that print. | |
CommandRange | Provides the base class for commands which use a worksheet range. | |
CommandRange.Clear | Represents the default clear command. | |
CommandRange.ClearContents | Represents the default clear contents command. | |
CommandRange.ClearFormats | Represents the default clear formats command. | |
CommandRange.Copy | Represents the default clipboard copy command. | |
CommandRange.Cut | Represents the default clipboard cut command. | |
CommandRange.Delete | Represents the default delete command. | |
CommandRange.Insert | Represents the default insert command. | |
CommandRange.Paste | Represents the default clipboard paste command. | |
CommandRange.PasteSpecial | Represents the default clipboard paste special command. |