Table of Contents

Class FreadlnMacroFunctionNode

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

Constructors

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

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

Parameters

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