Table of Contents

Class A1AbsoluteRowNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class A1AbsoluteRowNode : A1RowNode
Inheritance
A1AbsoluteRowNode
Inherited Members

Constructors

A1AbsoluteRowNode(ulong, List<Node>?, List<Node>?)

public A1AbsoluteRowNode(ulong val, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

val ulong
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.