SortEventArgs

23 Sep 20251 minute to read

Specifies the event arguments after sorting completes.

Properties

previousSort SortCollectionModel|SortCollectionModel[]

Specifies the previous sort collection model.
This is used to track the previous sorting state before the current operation.

range string

Specifies the range of cells that were sorted.
This defines the area in the spreadsheet that was affected by the sorting operation.

sortOptions SortOptions

Specifies the sorting options that were used.
This could include which columns were sorted, the sort order, and whether headers were considered.