:: com :: sun :: star :: sheet ::

struct DataPilotFieldSortInfo

Elements' Summary
Field contains the data field to sort by if the Mode is DATA  
IsAscending `TRUE` if data are sorted in ascending order, `FALSE` if in descending order.  
Mode contains the sort mode  
Elements' Details
Field
string Field;
Description
contains the data field to sort by if the Mode is DATA
IsAscending
boolean IsAscending;
Description
`TRUE` if data are sorted in ascending order, `FALSE` if in descending order.
Mode
long Mode;
Description
contains the sort mode
See also
DataPilotFieldSortMode
Top of Page