Excel.WorksheetFilteredEventArgs interface

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Provides information about the worksheet that raised the filter applied event.

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

Properties

type

Gets the type of the event. See Excel.EventType for details.

worksheetId

Gets the ID of the worksheet in which the filter is applied.

Property Details

type

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the type of the event. See Excel.EventType for details.

type: "WorksheetFiltered";

Property Value

"WorksheetFiltered"

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

worksheetId

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the ID of the worksheet in which the filter is applied.

worksheetId: string;

Property Value

string

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]