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