20 #ifndef __com_sun_star_awt_grid_XSortableGridData_idl__
21 #define __com_sun_star_awt_grid_XSortableGridData_idl__
27 module com { module sun { module star { module awt { module grid {
43 void sortByColumn( [in]
long ColumnIndex, [in]
boolean SortAscending )
48 void removeColumnSort();
60 ::com::sun::star::beans::Pair< long, boolean >
61 getCurrentSortOrder();
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:34
allows to sort the data represented by a XGridDataModel
Definition: XSortableGridData.idl:32