Enum CellValueType
Describes the types of cells.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum CellValueType
Boolean
Boolean cell value type.
Empty
Empty cell value type.
Error
Error cell value type.
Formula
Formula cell value type.
Number
Number cell value type.
RichText
RichText cell value type.
Text
Text cell value type.