Interface: ISheetRangeSortParams
Defined in: sheets-sort/src/facade/f-event.ts:64
Base interface for all event parameters IEventBase
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
cancel? | boolean | Flag to cancel the event if supported | IEventBase .cancel | core/src/facade/f-event.ts:29 |
range | FRange | - | - | sheets-sort/src/facade/f-event.ts:67 |
sortColumn | ISortColumn [] | - | - | sheets-sort/src/facade/f-event.ts:68 |
workbook | FWorkbook | - | - | sheets-sort/src/facade/f-event.ts:65 |
worksheet | FWorksheet | - | - | sheets-sort/src/facade/f-event.ts:66 |