Table of Contents

Class AcothFutureFunctionNode

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

Constructors

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

public AcothFutureFunctionNode(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>