Table of Contents

Class StockHistoryFutureFunctionNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class StockHistoryFutureFunctionNode : FutureFunctionNode
Inheritance
StockHistoryFutureFunctionNode
Inherited Members

Constructors

StockHistoryFutureFunctionNode(string?, XlfnFunctionPrefixNode?, List<Node>?, List<Node>?)

public StockHistoryFutureFunctionNode(string? rawName = null, XlfnFunctionPrefixNode? prefix = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

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