Search
ChangeWorksheetCommand Members
Methods
 


Represents a command that can track and undo changes of a Worksheet.

The following tables list the members exposed by the ChangeWorksheetCommand type.

 Public Methods

  Name Description

cancel

Cancels the command. (Inherited from DisposableCommand.)

dispose

Disposes the command. (Inherited from DisposableCommand.)

 Protected Methods

  Name Description

beginChange

Called before undoing or redoing the command. (Inherited from TrackChangesCommand.)

endChange

Called after undoing or redoing the command. (Inherited from TrackChangesCommand.)

execute

Carries out an action that changes the workbook in some way. (Inherited from DisposableCommand.)

getHasEffect

  (Inherited from TrackChangesCommand.)

getWorkbook

Gets the Workbook modified by this Command object. (Inherited from Command.)

redo

Repeats an action that has been undone. (Inherited from TrackChangesCommand.)

undo

Undoes an action, restoring the workbook to the state it was in before carrying out the action. (Inherited from TrackChangesCommand.)

 See Also