Class R1C1ColumnNode
- Namespace
- OpenLanguage.SpreadsheetML.Formula.Ast
- Assembly
- OpenLanguage.dll
public abstract class R1C1ColumnNode : ColumnNode<long>
- Inheritance
-
R1C1ColumnNode
- Derived
- Inherited Members
Constructors
R1C1ColumnNode(long, List<Node>?, List<Node>?)
public R1C1ColumnNode(long val, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)
Parameters
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.