Skip to Content
InterfacesISheetRangeFilteredParams

Interface: ISheetRangeFilteredParams

The params of SheetRangeFiltered and SheetBeforeRangeFilter events.

Param

The corresponding workbook wrapped in FWorkbook.

Param

The corresponding worksheet wrapped in FWorksheet.

Param

The column on which the filter criteria is changed.

Param

Raw filter criteria.

Extends

  • IEventBase.Pick<ISetSheetsFilterCriteriaCommandParams, … | …>

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

col

ISetSheetsFilterCriteriaCommandParams

Pick.col

criteria

ISetSheetsFilterCriteriaCommandParams

Pick.criteria

workbook

FWorkbook

worksheet

FWorksheet