Table of Contents

Class R1C1RelativeRowNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class R1C1RelativeRowNode : R1C1RowNode
Inheritance
R1C1RelativeRowNode
Inherited Members

Constructors

R1C1RelativeRowNode(long, List<Node>?, List<Node>?)

public R1C1RelativeRowNode(long val, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

val long
leadingWhitespace List<Node>
trailingWhitespace List<Node>

Methods

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.