回复 1楼chixingyue的帖子
可自定义排序规则, 实现IComparer 。
API接口如下:
- public bool SortRows(
- int keyColumn,
- bool ascending,
- bool showIndicator,
- IComparer comparer
- )
复制代码
参考文档路径:FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > SortRows Method : SortRows(Int32,Boolean,Boolean,IComparer) Method |