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