Table of Contents

Class R1C1CurrentRowNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class R1C1CurrentRowNode : R1C1RowNode
Inheritance
R1C1CurrentRowNode
Inherited Members

Constructors

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

public R1C1CurrentRowNode(long val = 0, 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.