[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.TextNode

Class TextNode

Namespace
GrapeCity.Documents.Excel.Expressions
Assembly
GcDocs.Excel.dll

Represents a string literal node in the syntax tree.

public class TextNode : ConstNode, ICloneable
Inheritance
object
TextNode
Implements
System.ICloneable
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

TextNode(string)

Creates a new TextNode from string.

public TextNode(string value)

Parameters

value string

The string value. The value can't be null (Nothing).

Properties

Value

The text of this node. The value can't be null (Nothing).

public string Value { get; set; }

Property Value

string