MindFusion.Wpf Pack Programmer's Guide
ChangeWorksheetCommand Members
Properties Methods
 


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

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

 Protected Properties

  Name Description

HasEffect

Command.HasEffect override. (Inherited from TrackChangesCommand.)

Workbook

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

 Public Methods

  Name Description

Cancel

Cancels the command. (Inherited from DisposableCommand.)

Dispose

IDisposable.Dispose implementation. (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

Command.Execute override. (Inherited from DisposableCommand.)

Redo

DisposableCommand.Redo override. (Inherited from TrackChangesCommand.)

Undo

DisposableCommand.Undo override. (Inherited from TrackChangesCommand.)

 See Also

ChangeWorksheetCommand Class
MindFusion.Spreadsheet.Wpf Namespace