Represents a set of Command instances as a single operation. Undoing or redoing the composite action, respectively undoes or redoes all its constituent subactions at the same time.
The following tables list the members exposed by the CompositeCommand type.
Name | Description | |
---|---|---|
![]() |
Cancels the command. (Inherited from DisposableCommand.) |
|
![]() |
Disposes the command. (Inherited from DisposableCommand.) |
|
![]() |
Gets a list containing the child Command objects. |
Name | Description | |
---|---|---|
![]() |
Carries out an action that changes the workbook in some way. |
|
![]() |
Gets a value indicating whether the command does anything. (Inherited from Command.) |
|
![]() |
Gets the Workbook modified by this Command object. (Inherited from Command.) |
|
![]() |
Repeats an action that has been undone. |
|
![]() |
Undoes an action, restoring the workbook to the state it was in before carrying out the action. |
JSpreadsheet Programmer's Guide | © 2024 MindFusion |