[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.TextNode.-ctor

TextNode Constructor

TextNode(string)

Creates a new TextNode from string.

Declaration
public TextNode(string value)
Public Sub New(value As String)
Parameters
Type Name Description
string value

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