I'm using ArcMap 9.3.
Shift the rows order display (ascending/descending) for a given field is as simple as double clicking on the screen.
However I'd like to know how to perform this simple operation through automation, in my case, using VBA code.
I've done searches over several interfaces such as ITableDefinition, ITableSort, IIndex with no success. ITableSort does exactly this but I did not find out an interface to pass its arguments to IDisplayTable.
Can someone help me find the parameters to pass?