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.

matchCase

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

[ API set: ExcelApi 1.2 ]

matchCase

Specifies if the casing impacts the last sort of the table.

matchCase?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.2 ]

method

Represents the Chinese character ordering method last used to sort the table.

method?: Excel.SortMethod | "PinYin" | "StrokeCount";

Property Value

Excel.SortMethod | "PinYin" | "StrokeCount"

Remarks

[ API set: ExcelApi 1.2 ]