21module
com { module sun { module star { module awt { module grid {
37 void sortByColumn( [in]
long ColumnIndex, [in]
boolean SortAscending )
54 ::com::sun::star::beans::Pair< long, boolean >
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:31
allows to sort the data represented by a XGridDataModel
Definition XSortableGridData.idl:27
::com::sun::star::beans::Pair< long, boolean > getCurrentSortOrder()
returns the current sort order.
void sortByColumn([in] long ColumnIndex, [in] boolean SortAscending)
sorts the rows represented by the model by a given column's data.
void removeColumnSort()
removes any possibly present sorting of the grid data
Definition Ambiguous.idl:20