Name | Description | |
---|---|---|
Registers listener so that it will receive events from the workbook. |
||
Registers listener so that it will receive events from the workbook. |
||
|
||
Stops tracking changes by the specified command and reverts all changes done so far. |
||
Stops recording the most recently started composite operation and discards the records created so far. |
||
Stops tracking changes by the specified command and saves the command in the history queue. |
||
Stops recording the most recently started composite operation and saves the composite in the history queue. |
||
|
||
Reevaluates all formulas containing custom and volatile functions and their dependent cells. |
||
Executes the specified command on this workbook. |
||
Performs a search for a cell containing the specified text, using the specified criteria. |
||
Finds and returns all cells containing the specified text, using the specified criteria. |
||
Gets the maximum number of iterations when calculating certain functions, such as IRR and RATE. |
||
Gets the precision when calculating certain functions, such as IRR and RATE. |
||
Gets a value indicating whether there is a command in the undo history which can be redone. |
||
Gets a value indicating whether there is a command in the undo history which can be undone. |
||
Gets the workbook user defined custom numeric formats. |
||
Gets the workbook defined default numeric formats. |
||
Gets a value indicating whether formula evaluation is enabled. |
||
Gets a value indicating whether cell data is automatically interpreted as a value of a specific type, or accepted as text. |
||
Gets a custom expression evaluator. Identifier and function calls that cannot be resolved by the core are delegated to this evaluator. |
||
Gets an information provider for custom functions. |
||
Gets the workbook locale. |
||
Gets the workbook localization object. |
||
Gets an object that an be used to manage the named ranges in this workbook. |
||
Returns a PrintOptions instance that allows customizing various aspects of printing and print-preview. |
||
Gets a value indicating whether cells should show their leading apostrophe. |
||
Gets a value indicating whether saving action records for later undo is enabled. |
||
Gets an object that can be used to create and manage the worksheets in this workbook. |
||
Overloaded. |
||
Overloaded. Prints the current workbook. |
||
Executes again an action saved in the command history. |
||
Unregisters listener so that it will no longer receive workbook events. |
||
Unregisters listener so that it will no longer receive workbook events. |
||
Replaces the data of the specified cell if it matches the specified criteria and returns the next matching cell. |
||
Replaces the data of all cells matching the specified criteria. |
||
Overloaded. Saves the workbook. |
||
Sets the maximum number of iterations when calculating certain functions, such as IRR and RATE. |
||
Sets the precision when calculating certain functions, such as IRR and RATE. |
||
Sets a value indicating whether formula evaluation is enabled. |
||
Sets a value indicating whether cell data is automatically interpreted as a value of a specific type, or accepted as text. |
||
Sets a custom expression evaluator. Identifier and function calls that cannot be resolved by the core are delegated to this evaluator. |
||
Sets an information provider for custom functions. |
||
Sets the workbook locale. |
||
Localizes the UI elements that are related to this workbook with the strings contained in the specified XML file. |
||
Sets a value indicating whether cells should show their leading apostrophe. |
||
Sets a value indicating whether saving action records for later undo is enabled. |
||
Creates a Command object to track subsequent changes on the specified target. The returned command will be automatically executed when disposed. |
||
Starts recording undo/redo commands into a CompositeCommand. |
||
Undoes an action saved in the command history. |