[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.FormulaChangedType

FormulaChangedType Enum

Provides information about change related to the formula of the IExpressionConsumer.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
[Flags]
public enum FormulaChangedType
<Flags>
Public Enum FormulaChangedType

Fields

Name Description
Data

Specifies that evaluated data of the formula in the IExpressionConsumer needs to be recalculated.

Formula

Specifies that formula text in the IExpressionConsumer needs to be changed.

Splitting

Specifies that the IExpressionConsumer has to get the RangeElement information from the IObjectExpressionSupport to successfully support the formula synchronizing action.