LibreOffice
LibreOffice 24.8 SDK API Reference
|
contains information for sorting a ContentResultSet. More...
import <NumberedSortingInfo.idl;
Public Attributes | |
long | ColumnIndex |
sort the result set by this column. | |
boolean | Ascending |
contains a flag indicating the sort mode (ascending or descending). | |
contains information for sorting a ContentResultSet.
In contrast to the struct SortingInfo this struct is used to be on the safe side, that no one asks for sorting by a property which is not contained in a ContentResultSet.
boolean Ascending |
contains a flag indicating the sort mode (ascending or descending).
long ColumnIndex |
sort the result set by this column.
Index starts with 1
.