Table of Contents

Class GettingDataErrorNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class GettingDataErrorNode : ErrorNode
Inheritance
GettingDataErrorNode
Inherited Members

Constructors

GettingDataErrorNode(string, List<Node>?, List<Node>?)

public GettingDataErrorNode(string errorType, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

errorType string
leadingWhitespace List<Node>
trailingWhitespace List<Node>