Search
TrackChangesCommand Methods
 


 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.

endChange

Called after undoing or redoing the command.

execute

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

getHasEffect

 

getWorkbook

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

redo

Repeats an action that has been undone.

undo

Undoes an action, restoring the workbook to the state it was in before carrying out the action.

 See Also