Skip to content
Spreadsheet Engine

SortKey

type SortKey = object;
optional ascending?: boolean;

column: number;

0-based absolute column index (not relative to the sort range).