Click or drag to resize
GridFeaturesEnableWorkSheetFunctions Property
Gets or sets a value indicating if the built-in worksheet functions are enabled.

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

Property Value

Type: Boolean
Whether or not built-in worksheet functions are enabled.
Remarks
GridControl comes with over 240 built-in worksheet functions. In order to enable all built-in functions, set this property to true. The built-in formula functions are documented in the Reference Guide.

This version of Grid .NET expects this feature to be enabled whenever Formula Engine support is enabled because custom worksheet functions are not yet enabled.

This property must be set in the designer.

See Also