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