Table of Contents

Class R1C1RowNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public abstract class R1C1RowNode : RowNode<long>
Inheritance
R1C1RowNode
Derived
Inherited Members

Constructors

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

public R1C1RowNode(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.