Class StringExpression
Expression representing a constant text value in a formula.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class StringExpression : ConstantExpression<string>, IPrecalculatedExpressionThreeNode
Constructors
StringExpression(String)
Initializes a new string expression with the specified text value.
Declaration
public StringExpression(string value)
Parameters
|
System.String
value
The value. |
Fields
Empty
Shared instance representing an empty string constant.
Declaration
public static readonly StringExpression Empty
Field Value
|
StringExpression
|