Table of Contents

Class SpillErrorNode

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

Constructors

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

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

Parameters

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