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