MindFusion.Wpf Pack Programmer's Guide
Workbook Methods
 


 Public Methods

  Name Description

CancelChangeOperation

Stops tracking changes by the specified command and reverts all changes done so far.

CancelCompositeOperation

Stops recording the most recently started composite operation and discards the records created so far.

CommitChangeOperation

Stops tracking changes by the specified command and saves the command in the history queue.

CommitCompositeOperation

Stops recording the most recently started composite operation and saves the composite in the history queue.

EvaluateFormulas

Reevaluates all formulas containing custom and volatile functions and their dependent cells.

ExecuteCommand

Executes the specified command on this workbook.

Find

Performs a search for a cell containing the specified text, using the specified criteria.

FindAll

Finds and returns all cells containing the specified text, using the specified criteria.

LoadFromXml

Overloaded. Loads a workbook from an XML file or document.

Redo

Executes again an action saved in the command history.

Replace

Replaces the data of the specified cell if it matches the specified criteria and returns the next matching cell.

ReplaceAll

Replaces the data of all cells matching the specified criteria.

SaveToXml

Overloaded. Saves a workbook to an XML file or document.

SetLocalizationInfo

Localizes the UI elements that are related to this workbook with the strings contained in the specified XML file.

StartChangeOperation

Creates a Command object to track subsequent changes on the specified target. The returned command will be automatically executed when disposed.

StartCompositeOperation

Starts recording undo/redo commands into a CompositeCommand.

Undo

Undoes an action saved in the command history.

 Protected Methods

  Name Description

OnActionRedone

Raises the ActionRedone event.

OnActionUndone

Raises the ActionUndone event.

OnDeserializeColumnTag

Raises the DeserializeColumnTag event.

OnDeserializeData

Raises the DeserializeData event.

OnDeserializeRowTag

Raises the DeserializeRowTag event.

OnDeserializeTag

Raises the DeserializeData event.

OnPropertyValueChanged

Raises the PropertyValueChanged event.

OnSerializeColumnTag

Raises the SerializeColumnTag event.

OnSerializeData

Raises the SerializeData event.

OnSerializeRowTag

Raises the SerializeRowTag event.

OnSerializeTag

Raises the SerializeTag event.

OnWorksheetCellChanged

Raises the WorksheetCellChanged event.

OnWorksheetCellChanging

Raises the WorksheetCellChanging event.

OnWorksheetCellsCleared

Raises the WorksheetCellsCleared event.

OnWorksheetChanged

Raises the WorksheetChanged event.

OnWorksheetColumnChanged

Raises the WorksheetColumnChanged event.

OnWorksheetRowChanged

Raises the WorksheetRowChanged event.

OnWorksheetValidationFailed

Raises the WorksheetValidationFailed event.

 See Also

Workbook Class
MindFusion.Spreadsheet.Wpf Namespace