Table of Contents

Class View3DCommandFunctionNode

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

Constructors

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

public View3DCommandFunctionNode(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>