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