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