Back to Devexpress

IFunction.Volatile Property

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-ifunction-27b33876.md

latest1.2 KB
Original Source

IFunction.Volatile Property

Indicates whether the formula containing this function will always be recalculated at each recalculation, whether or not there are changes in the formula or its variables.

Namespace : DevExpress.Spreadsheet.Functions

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Volatile { get; }
vb
ReadOnly Property Volatile As Boolean

Property Value

TypeDescription
Boolean

True , to always recalculate a formula with this function; otherwise, false.

|

See Also

IFunction Interface

IFunction Members

DevExpress.Spreadsheet.Functions Namespace