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
-
TextNode
- Implements
-
- Inherited Members
-
Constructors
TextNode(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