Search
Workbook.EnableFormulaEvaluation Property
See Also
 






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

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool EnableFormulaEvaluation { get; set; }

Visual Basic  Copy Code

Public Property EnableFormulaEvaluation As Boolean

 Property Value

true to enable formula evaluation; otherwise, false. The default is true.

 See Also