Table of Contents

Class A1ColumnNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public abstract class A1ColumnNode : ColumnNode<ulong>
Inheritance
A1ColumnNode
Derived
Inherited Members

Constructors

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

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