Represents a command that can track and undo changes of a Worksheet.
The following tables list the members exposed by the ChangeWorksheetCommand type.
Name | Description | |
---|---|---|
![]() |
Cancels the command. (Inherited from DisposableCommand.) |
|
![]() |
Disposes the command. (Inherited from DisposableCommand.) |
Name | Description | |
---|---|---|
![]() |
Called before undoing or redoing the command. (Inherited from TrackChangesCommand.) |
|
![]() |
Called after undoing or redoing the command. (Inherited from TrackChangesCommand.) |
|
![]() |
Carries out an action that changes the workbook in some way. (Inherited from DisposableCommand.) |
|
![]() |
(Inherited from TrackChangesCommand.) |
|
![]() |
Gets the Workbook modified by this Command object. (Inherited from Command.) |
|
![]() |
Repeats an action that has been undone. (Inherited from TrackChangesCommand.) |
|
![]() |
Undoes an action, restoring the workbook to the state it was in before carrying out the action. (Inherited from TrackChangesCommand.) |