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

struct DataPilotFieldSortInfo
Description
describes how to sort a single DataPilotField

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