Excel.Interfaces.TableSortData interface
An interface describing the data returned by calling tableSort.toJSON()
.
Properties
fields | Specifies the current conditions used to last sort the table. |
match |
Specifies if the casing impacts the last sort of the table. |
method | Represents the Chinese character ordering method last used to sort the table. |
Property Details
fields
Specifies the current conditions used to last sort the table.
fields?: Excel.SortField[];
Property Value
Remarks
matchCase
Specifies if the casing impacts the last sort of the table.
matchCase?: boolean;
Property Value
boolean
Remarks
method
Represents the Chinese character ordering method last used to sort the table.
method?: Excel.SortMethod | "PinYin" | "StrokeCount";
Property Value
Excel.SortMethod | "PinYin" | "StrokeCount"