ExcelExportFilterState Enum
Lists values that specify the filter state’s location in the exported Excel file.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
None
|
The filter state is not included in the exported document. |
Below
|
The filter state is placed below in the exported document. |
SeparateSheet
|
The filter state is placed on a separate sheet in the exported workbook. |
Remarks
Values listed in this enumeration are used to set the ExcelExportOptions.FilterState property.
See Also