Class StringExpression
Provides methods and properties for using StringExpression.
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 instance of the StringExpression class.
Declaration
public StringExpression(string value)
Parameters
System.String
value
The value. |
Fields
Empty
The Empty StringExpression.
Declaration
public static readonly StringExpression Empty
Field Value
StringExpression
|