New to Telerik Document ProcessingStart a free 30-day trial

Abstract base for expressions with constant values that do not require recalculation, serving as foundation for literals in formulas.

Definition

Constructors

Initializes a new instance of the ConstantExpression class.

C#
protected ConstantExpression()

Methods

Returns the expression value, which for constant expressions is always the expression itself without recalculation.

C#
protected override RadExpression GetValueOverride()
Returns:

RadExpression

The value as RadExpression.

Overrides: RadExpression.GetValueOverride()

Determines whether the current instance is registered in the calculation map of the workbook.

C#
protected override bool IsRegistered()
Returns:

bool

Always returns true.

Overrides: RadExpression.IsRegistered()

Extension Methods