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"
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins