ApplySort
用于切换排序。 设为False关闭排序,设为True恢复排序。
例如要在当前表暂时关闭排序:
CurrentTable.ApplySort = False
如果要恢复排序:
CurrentTable
如果你希望取消排序,而不是暂时关闭排序,清除Sort属性即可: