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