Table of Contents

Class CommandFunctionNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class CommandFunctionNode : BuiltInFunctionNode
Inheritance
CommandFunctionNode
Derived
Inherited Members

Constructors

CommandFunctionNode(ExpressionNode, QuestionMarkNode?, List<Node>?, List<Node>?)

public CommandFunctionNode(ExpressionNode name, QuestionMarkNode? qMarkNode = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

name ExpressionNode
qMarkNode QuestionMarkNode
leadingWhitespace List<Node>
trailingWhitespace List<Node>

Properties

QuestionMark

public QuestionMarkNode? QuestionMark { get; set; }

Property Value

QuestionMarkNode

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.