Worksheet.EnableFormatConditionsCalculation Property

Gets or sets a value that determines whether conditional formats will occur automatically.

Namespace:  Microsoft.Office.Tools.Excel
Assemblies:   Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
  Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

Syntax

'Declaration
Property EnableFormatConditionsCalculation As Boolean
bool EnableFormatConditionsCalculation { get; set; }

Property Value

Type: System.Boolean
true if evaluation of conditional formats will occur automatically; otherwise, false. The default is true.

Remarks

When the EnableFormatConditionsCalculation property is set to false, existing conditional formats will not be re-evaluated. Any previously applied conditional formatting will still be visible, but will not be updated as cell values or AppliesTo ranges are changed.

Set this property to true to configure a rule completely before evaluating it. This can result in a performance increase if the range over which the condition is applied is large.

.NET Framework Security

See Also

Reference

Worksheet Interface

Microsoft.Office.Tools.Excel Namespace