接口的使用
com.grapecity.documents.excel.ISortField
-
com.grapecity.documents.excel中ISortField的使用
修饰符和类型接口说明interface
Represents the sort field by cell color.interface
Represents the sort field by font color.interface
Represents the sort field by icon.interface
Represents the sort field by cell value (ascending or descending or custom value list).修饰符和类型类说明class
Specifies the interior sort.class
Represents the color sort.class
Represents sorting by icon.class
Represents the sort base class.class
Represents the sort by value field.修饰符和类型方法说明void
ISortFields.add
(ISortField sortField) Adds a sort field.boolean
ISortFields.remove
(ISortField sortField) Removes a sort field.