Table of Contents

Class FilterXmlFutureFunctionNode

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

Constructors

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

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