Click or drag to resize
GridFeaturesEnableFormulaEngine Property
Gets or sets a value indicating if Formula Engine support is enabled.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool EnableFormulaEngine { get; set; }

Property Value

Type: Boolean
true if Formula Engine support is enabled; false otherwise.
Remarks
Setting this property to true connects a grid to the formula engine, allowing grid cell contents to be interpreted as formula expressions.

When this property is turned on, you will probably want to enable all the built-in worksheet functions that come with the formula engine. To do this, set the GridFeatures.EnableWorkSheetFunctions property to true.

This property must be set in the designer.

See Also