Sort sorts column col in order order. If col is -1 then no column is to be sorted. Sort must publish the event returned from SortChanged() after sorting.
(col int, order SortOrder)
| 548 | // If col is -1 then no column is to be sorted. Sort must publish the event |
| 549 | // returned from SortChanged() after sorting. |
| 550 | Sort(col int, order SortOrder) error |
| 551 | |
| 552 | // SortChanged returns an event that is published after sorting. |
| 553 | SortChanged() *Event |
no outgoing calls
no test coverage detected