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