Class ExactStandardFunctionNode
- Namespace
- OpenLanguage.SpreadsheetML.Formula.Ast
- Assembly
- OpenLanguage.dll
public class ExactStandardFunctionNode : StandardFunctionNode
- Inheritance
-
ExactStandardFunctionNode
- Inherited Members
Constructors
ExactStandardFunctionNode(string?, List<Node>?, List<Node>?)
public ExactStandardFunctionNode(string? rawName = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)