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