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

struct SortingInfo
Description
contains a sorting info.

Elements' Summary
PropertyName specifies the name of a property to use for sorting ( e.g. "Title" ).  
Ascending contains a flag indicating the sort mode (ascending or descending).  
Elements' Details
PropertyName
string PropertyName;
Description
specifies the name of a property to use for sorting ( e.g. "Title" ).
Ascending
boolean Ascending;
Description
contains a flag indicating the sort mode (ascending or descending).
Top of Page