Table of Contents

Class RelRefMacroFunctionNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class RelRefMacroFunctionNode : MacroFunctionNode
Inheritance
RelRefMacroFunctionNode
Inherited Members

Constructors

RelRefMacroFunctionNode(string?, List<Node>?, List<Node>?)

public RelRefMacroFunctionNode(string? rawName = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

rawName string
leadingWhitespace List<Node>
trailingWhitespace List<Node>