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