ValueRenderMode
Enum
Specifies which representation(s) of cell values are exported.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Json
Assembly:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Json.dll
Syntax:
C#
public enum ValueRenderMode
Fields
Export both raw and display representations when applicable.
C#
Both = 2
Export the formatted display value (e.g. date string, number with applied format, formatted formula result).
C#
Display = 1
Export the underlying raw value (e.g. numeric serial date, unformatted number, formula text without its formatted display form).
C#
Raw = 0