Table of Contents

Class ForecastStandardFunctionNode

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

Constructors

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

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

Parameters

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