Table of Contents

Class AbsRefMacroFunctionNode

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

Constructors

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

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

Parameters

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