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