ClassSpreadsheetNameExpression
Class
Expression that references a defined name or named range, resolving to the name's underlying formula or value.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class SpreadsheetNameExpression : RadExpression
Inheritance: objectRadExpressionSpreadsheetNameExpression
Inherited Members
Methods
Equals(object)
Compares this name expression to another based on cell location and qualifier.
GetHashCode()
Generates a hash code based on the name expression's cell location and qualifier.
GetValueOverride()
Resolves the defined name to its underlying expression, translating it to the current cell context.
Declaration
cs-api-definition
protected override RadExpression GetValueOverride()
Returns
The value as RadExpression.
Overrides