EmptyExpression
Class
Constant expression representing an empty or blank cell value in formulas, distinct from zero or empty string.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class EmptyExpression : ConstantExpression<string>
Inheritance: objectRadExpressionConstantExpressionConstantExpression<string>EmptyExpression
Inherited Members
Fields
Singleton instance representing an empty cell value for use throughout the spreadsheet engine.
C#
public static readonly EmptyExpression Empty