Top   Module   Use   Manual   Index 

com :: sun :: star :: util ::

struct SortField


Description
describes a single field in a sort descriptor.


Elements

long Field
Description
index of the field in the table.
boolean SortAscending
Description
if data are sorted in ascending order, false if in descending order.
com::sun::star::util::SortFieldType FieldType
Description
type of contents in the field.
Top of Page