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