Class FunctionExpression
Provides methods and properties for using FunctionExpression.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class FunctionExpression : RadExpression, IPrecalculatedExpressionThreeNode
Methods
GetValueOverride()
Overridable method for getting expression value.
Declaration
protected override RadExpression GetValueOverride()
Returns
RadExpression
The value as RadExpression. |