Enum CellValueType
Cell value types indicating the content category (empty, number, text, formula, boolean, rich text, or error).
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum CellValueType
Boolean
Cell contains a boolean value (TRUE or FALSE).
Empty
Cell contains no content.
Error
Cell contains an error value (#DIV/0!, #N/A, etc.).
Formula
Cell contains an expression that calculates dynamically.
Number
Cell contains a numeric value.
RichText
Cell contains text with formatting (fonts, colors, styles).
Text
Cell contains plain text.