FunctionWrapper.Volatile Property
Gets whether the base function is evaluated each time the worksheet is recalculated.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | True, if the base function is volatile; otherwise, false. |
Remarks
A volatile function is a function whose value is assumed to change from one worksheet recalculation to another, even if none of its arguments has changed. The function causes recalculation of the formula in the cell containing it every time the worksheet is recalculated.
Implements
See Also