19 #ifndef __com_sun_star_sheet_DataPilotFieldSortInfo_idl__
20 #define __com_sun_star_sheet_DataPilotFieldSortInfo_idl__
25 module com { module sun { module star { module sheet {
boolean IsAscending
TRUE if data are sorted in ascending order, FALSE if in descending order.
Definition: DataPilotFieldSortInfo.idl:42
string Field
contains the data field to sort by if the Mode is DATA
Definition: DataPilotFieldSortInfo.idl:35
describes how to sort a single DataPilotField
Definition: DataPilotFieldSortInfo.idl:29
long Mode
contains the sort mode
Definition: DataPilotFieldSortInfo.idl:51