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