[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.TextNode

TextNode Class

Represents a string literal node in the syntax tree.

Inheritance
TextNode
Implements
Namespace: GrapeCity.Documents.Excel.Expressions
Assembly: DS.Documents.Excel.dll
Syntax
public class TextNode : ConstNode, ICloneable
Public Class TextNode
    Inherits ConstNode
    Implements ICloneable

Constructors

Name Description
TextNode(string)

Creates a new TextNode from string.

Properties

Name Description
Value

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