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
ExpressionNodeqMarkNode
QuestionMarkNodeleadingWhitespace
List<Node>trailingWhitespace
List<Node>
Properties
QuestionMark
public QuestionMarkNode? QuestionMark { get; set; }
Property Value
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.