Excel.Interfaces.TableSortData interface
一个接口,用于描述通过调用 tableSort.toJSON()
返回的数据。
属性
fields | 指定用于上次对表进行排序的当前条件。 |
match |
指定大小写是否影响表的最后一种类型。 |
method | 表示上次用于对表进行排序的中文字符排序方法。 |
属性详细信息
fields
matchCase
method
表示上次用于对表进行排序的中文字符排序方法。
method?: Excel.SortMethod | "PinYin" | "StrokeCount";
属性值
Excel.SortMethod | "PinYin" | "StrokeCount"