Class EchoMacroFunctionNode
- Namespace
- OpenLanguage.SpreadsheetML.Formula.Ast
- Assembly
- OpenLanguage.dll
public class EchoMacroFunctionNode : MacroFunctionNode
- Inheritance
-
EchoMacroFunctionNode
- Inherited Members
Constructors
EchoMacroFunctionNode(string?, List<Node>?, List<Node>?)
public EchoMacroFunctionNode(string? rawName = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)