:: com :: sun :: star :: ucb ::

struct NumberedSortingInfo

Elements' Summary
ColumnIndex sort the result set by this column. Index starts with 1.  
Ascending contains a flag indicating the sort mode (ascending or descending).  
Elements' Details
ColumnIndex
long ColumnIndex;
Description
sort the result set by this column. Index starts with 1.
Ascending
boolean Ascending;
Description
contains a flag indicating the sort mode (ascending or descending).
Top of Page