Table of Contents

Class RangeReferenceNode

Namespace
OdfKit.Formula.AST
Assembly
OdfKit.dll

Represents an AST node for a cell range reference. 代表儲存格範圍參照的 AST 節點。

public class RangeReferenceNode : AstNode
Inheritance
RangeReferenceNode
Inherited Members

Constructors

RangeReferenceNode(OdfCellRange)

Represents an AST node for a cell range reference. 代表儲存格範圍參照的 AST 節點。

public RangeReferenceNode(OdfCellRange range)

Parameters

range OdfCellRange

The cell range. / 儲存格範圍。

Properties

Range

Gets the cell range. 取得儲存格範圍。

public OdfCellRange Range { get; }

Property Value

OdfCellRange

Methods

Evaluate(IEvaluationContext)

Performs evaluate. 執行 Evaluate。

public override object Evaluate(IEvaluationContext context)

Parameters

context IEvaluationContext

The evaluation context. / 評估內容模型。

Returns

object

The evaluated result object. / 評估後的結果物件。

GetRanges(IEvaluationContext)

Gets ranges. 取得 Ranges。

public override List<OdfCellRange> GetRanges(IEvaluationContext context)

Parameters

context IEvaluationContext

The evaluation context. / 評估內容模型。

Returns

List<OdfCellRange>

The cell range list. / 儲存格範圍清單。

Serialize()

Performs serialize. 執行 Serialize。

public override string Serialize()

Returns

string

The serialized formula string. / 序列化後的公式字串。