Table of Contents

Class ThaiDigitStandardFunctionNode

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

Constructors

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

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

Parameters

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