Gets or sets a value indicating whether formula evaluation is enabled.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public bool EnableFormulaEvaluation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableFormulaEvaluation As Boolean |
A boolean value.
See Also