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

struct DataPilotFieldLayoutInfo

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