Table of Contents

Class DeleteMenuMacroFunctionNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class DeleteMenuMacroFunctionNode : MacroFunctionNode
Inheritance
DeleteMenuMacroFunctionNode
Inherited Members

Constructors

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

public DeleteMenuMacroFunctionNode(string? rawName = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

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