Table of Contents

Class StructureColumnRange

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class StructureColumnRange : ExpressionNode
Inheritance
StructureColumnRange
Inherited Members

Constructors

StructureColumnRange(ExpressionNode, ExpressionNode)

public StructureColumnRange(ExpressionNode start, ExpressionNode end)

Parameters

start ExpressionNode
end ExpressionNode

Properties

End

public ExpressionNode End { get; set; }

Property Value

ExpressionNode

Precedence

Gets the operator precedence for this expression node.

public override int Precedence { get; }

Property Value

int

Start

public ExpressionNode Start { get; set; }

Property Value

ExpressionNode

Methods

Children<O>()

public override IEnumerable<O> Children<O>() where O : Node

Returns

IEnumerable<O>

Type Parameters

O

ReplaceChild(int, Node)

public override Node? ReplaceChild(int index, Node replacement)

Parameters

index int
replacement Node

Returns

Node

ToRawString()

Renders the core content of the node without its own leading/trailing whitespace.

public override string ToRawString()

Returns

string

The raw string representation of this node's specific content.