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