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