Table of Contents

Class FormatLegendCommandFunctionNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class FormatLegendCommandFunctionNode : CommandFunctionNode
Inheritance
FormatLegendCommandFunctionNode
Inherited Members

Constructors

FormatLegendCommandFunctionNode(string?, QuestionMarkNode?, List<Node>?, List<Node>?)

public FormatLegendCommandFunctionNode(string? rawName = null, QuestionMarkNode? questionMark = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

rawName string
questionMark QuestionMarkNode
leadingWhitespace List<Node>
trailingWhitespace List<Node>