Table of Contents

Class A1AbsoluteColumnNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class A1AbsoluteColumnNode : A1ColumnNode
Inheritance
A1AbsoluteColumnNode
Inherited Members

Constructors

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

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