Class EmptyExpression
Constant expression representing an empty or blank cell value in formulas, distinct from zero or empty string.
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 EmptyExpression : ConstantExpression<string>, IPrecalculatedExpressionThreeNode
Fields
Empty
Singleton instance representing an empty cell value for use throughout the spreadsheet engine.
Declaration
public static readonly EmptyExpression Empty
Field Value
|
EmptyExpression
|