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

struct DataPilotFieldLayoutInfo
Description
contains the layout information of a ::com::sun::star::sheet::DataPilotField .

Elements' Summary
LayoutMode specifies the layout mode.  
AddEmptyLines If true , an empty row is inserted in the ::com::sun::star::sheet::DataPilotTable result table after the data (including the subtotals) for each item of the field.  
Elements' Details
LayoutMode
long LayoutMode;
Description
specifies the layout mode.
See also
::com::sun::star::sheet::DataPilotFieldLayoutMode
AddEmptyLines
boolean AddEmptyLines;
Description
If true , an empty row is inserted in the ::com::sun::star::sheet::DataPilotTable result table after the data (including the subtotals) for each item of the field.
Top of Page