Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.TableSortData interface
- Package:
- excel
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
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
Office Add-ins
Feedback
Was this page helpful?
