[]
Initializes a new instance of the Expression class.
public Expression()
Public Sub New()
Initializes a new instance of the Expression class.
public Expression(string expression)
Public Sub New(expression As String)
| Type | Name | Description |
|---|---|---|
| string | expression | A string to assign to the Text property. |