接口的使用
com.grapecity.documents.excel.ISortField
-
com.grapecity.documents.excel中ISortField的使用
修饰符和类型接口说明interface
代表通过单元格颜色表示排序字段。interface
表示通过字体颜色表示排序字段。interface
表示通过图标显示排序字段。interface
表示按单元格值(升序或降序或自定义值列表)排序的字段。修饰符和类型类说明class
指定内部排序。class
代表颜色排序。class
代表按图标排序。class
代表排序的基类。class
表示按值排序的字段。修饰符和类型方法说明void
ISortFields.add
(ISortField sortField) 添加一个排序字段。boolean
ISortFields.remove
(ISortField sortField) 移除一个排序字段。