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