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