Table of Contents

Class StructureThisRowReferenceNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class StructureThisRowReferenceNode : StructuredReferenceKeywordNode
Inheritance
StructureThisRowReferenceNode
Inherited Members

Constructors

StructureThisRowReferenceNode(string)

public StructureThisRowReferenceNode(string rawValue)

Parameters

rawValue string

Properties

RawValue

public string RawValue { get; }

Property Value

string

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.