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

ExcelExportFilterState Class

Lists values that specify the filter state’s location in the exported Excel file.

Declaration

declare class ExcelExportFilterState

Remarks

Values listed in this enumeration are used to set the ExcelExportOptions.FilterState property.

Properties

below Property

The filter state is placed below in the exported document.

Declaration

static readonly below: string

Property Value

Type
string

none Property

The filter state is not included in the exported document.

Declaration

static readonly none: string

Property Value

Type
string

separatePage Property

The filter state is placed on a separate sheet in the exported workbook.

Declaration

static readonly separatePage: string

Property Value

Type
string