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 |
worksheet |
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
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
Office Add-ins