| 发表于:2007-08-16 15:35:52 楼主 |
with flexgrid1 if .mouserow <> 0 then exit sub if .colsort(.col) = flexsortgenericdescending or .colsort(.col) = flexsortnone then .colsort(.col) = flexsortgenericascending else .colsort(.col) = flexsortgenericdescending end if .sort = flexsortusecolsort end with 请问,对于上面的代码中的.sort = flexsortusecolsort 不太理解,上面已经对一个列进行了排序,但是为什么要用.sort = flexsortusecolsort这段代码。 请详细的解释一下,谢谢各位大侠了 |
|
|
|
|