Table of Contents

Class FactStandardFunctionNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class FactStandardFunctionNode : StandardFunctionNode
Inheritance
FactStandardFunctionNode
Inherited Members

Constructors

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

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

Parameters

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