Table of Contents

Class R1C1CellNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class R1C1CellNode : CellNode<R1C1RowNode, long, R1C1ColumnNode, long>
Inheritance
R1C1CellNode
Inherited Members

Constructors

R1C1CellNode(R1C1RowNode, R1C1ColumnNode)

public R1C1CellNode(R1C1RowNode row, R1C1ColumnNode column)

Parameters

row R1C1RowNode
column R1C1ColumnNode

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.