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

deprecated struct SortField
Usage Restrictions
deprecated
Description
describes a single field in a sort descriptor.

Elements' Summary
Field index of the field in the table; 0-based.  
SortAscending true if data are sorted in ascending order, false if in descending order.  
FieldType type of contents in the field.  
Elements' Details
Field
long Field;
Description
index of the field in the table; 0-based.
SortAscending
boolean SortAscending;
Description
true if data are sorted in ascending order, false if in descending order.
FieldType
SortFieldType FieldType;
Description
type of contents in the field.
Top of Page