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 String
Declaration
public StringExpression(string value)
Parameters
System. The value. |
Fields
Empty
The Empty StringExpression.
Declaration
public static readonly StringExpression Empty