Enum
ValueRenderMode

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.

Declaration

cs-api-definition
Both = 2

Field Value

ValueRenderMode

Display

Export the formatted display value (e.g. date string, number with applied format, formatted formula result).

Declaration

cs-api-definition
Display = 1

Field Value

ValueRenderMode

Raw

Export the underlying raw value (e.g. numeric serial date, unformatted number, formula text without its formatted display form).

Declaration

cs-api-definition
Raw = 0

Field Value

ValueRenderMode

In this article
DefinitionFieldsBothDisplayRaw
Not finding the help you need?
Contact Support