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