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