Table of Contents

Class BahtTextStandardFunctionNode

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

Constructors

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

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

Parameters

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