MindFusion.Wpf Pack Programmer's Guide
Workbook Properties
 


 Public Properties

  Name Description

CalculationMaxIterations

Gets or sets the maximum number of iterations when calculating certain functions, such as IRR and RATE.

CalculationPrecision

Gets or sets the precision when calculating certain functions, such as IRR and RATE.

CanRedo

Gets a value indicating whether there is a command in the undo history which can be redone.

CanUndo

Gets a value indicating whether there is a command in the undo history which can be undone.

CustomNumericFormats

Gets the workbook user defined custom numeric formats.

DefaultNumericFormats

Gets the workbook defined default numeric formats.

DocumentPaginator

IDocumentPaginatorSource.DocumentPaginator implementation.

EnableFormulaEvaluation

Gets or sets a value indicating whether formula evaluation is enabled.

EnableTypeInference

Gets or sets a value indicating whether cell data is automatically interpreted as a value of a specific type, or accepted as text.

ExtendedEvaluator

Gets or sets a custom expression evaluator. Identifier and function calls that cannot be resolved by the core are delegated to this evaluator.

ExtendedInformationProvider

Gets or sets an information provider for custom functions.

Locale

Gets or sets the workbook locale.

NamedRanges

Gets an object that an be used to manage the named ranges in this workbook.

PrintOptions

Gets an object which provides customization properties for printing and print-preview.

ShowLeadingApostrophes

Gets or sets a value indicating whether cells should show their leading apostrophe.

UndoEnabled

Gets or sets a value indicating whether saving action records for later undo is enabled.

Worksheets

Gets an object that can be used to create and manage the worksheets in this workbook.

 See Also

Workbook Class
MindFusion.Spreadsheet.Wpf Namespace