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