Skip to main content
A newer version of this page is available.
All docs
V19.2

ExcelFormatOptions Class

Contains options which define how the dashboard item is exported to Excel format.

Declaration

declare class ExcelFormatOptions

Remarks

Use the ASPxClientDashboardExportOptions.ExcelOptions property to access options specific to exporting the dashboard item in Excel format.

Properties

CsvValueSeparator Property

Obsolete. Gets or sets a character used to separate values in a CSV document.

Declaration

CsvValueSeparator: string

Property Value

Type Description
string

A string value that specifies the character used to separate values in a CSV document.

Remarks

Note that the CsvValueSeparator property is in effect when the ExcelFormatOptions.Format property is set to DashboardExportExcelFormat.Csv.

Format Property

Obsolete. Gets or sets the Excel format in which the dashboard item is exported.

Declaration

Format: string

Property Value

Type Description
string

A value returned by the DashboardExportExcelFormat class that specifies the Excel format in which the dashboard item is exported.