Table of Contents

Class AccrIntStandardFunctionNode

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

Constructors

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

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

Parameters

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