Class
SpreadsheetNameExpression

Expression that references a defined name or named range, resolving to the name's underlying formula or value.

Definition

Methods

Equals(object)

Compares this name expression to another based on cell location and qualifier.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with the current object.

Returns

bool

True if the specified object is equal to the current object; otherwise, false.

Overrides object.Equals(object)

GetHashCode()

Generates a hash code based on the name expression's cell location and qualifier.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.

Overrides object.GetHashCode()

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

RadExpression

The value as RadExpression.

Overrides RadExpression.GetValueOverride()