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