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