Gets or sets a value indicating whether formula evaluation is enabled.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool EnableFormulaEvaluation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableFormulaEvaluation As Boolean |
true to enable formula evaluation; otherwise, false. The default is true.
See Also