[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.EmptyNode

EmptyNode Class

Represents an empty node. This node is used when a parameter was omitted.

Inheritance
EmptyNode
Implements
Namespace: GrapeCity.Documents.Excel.Expressions
Assembly: DS.Documents.Excel.dll
Syntax
public sealed class EmptyNode : TerminalNode, ICloneable
Public NotInheritable Class EmptyNode
    Inherits TerminalNode
    Implements ICloneable
Remarks

This node is immutable, and the only valid value is Instance .

Properties

Name Description
Instance

The shared instance of EmptyNode.