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

struct DataPilotFieldLayoutInfo
Description
contains the layout information of a DataPilotField.

Elements' Summary
LayoutMode specifies the layout mode.  
AddEmptyLines If true, an empty row is inserted in the 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
DataPilotFieldLayoutMode
AddEmptyLines
boolean AddEmptyLines;
Description
If true, an empty row is inserted in the DataPilotTable result table after the data (including the subtotals) for each item of the field.
Top of Page