EnumValueRenderMode
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:
cs-api-definition
public enum ValueRenderMode
Fields
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).