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

enum DataPilotFieldOrientation
Description
used to specify where a field in a data pilot table is laid out.
Developers Guide
Spreadsheets - Creating a New DataPilot Table

Values
HIDDEN the field is not used in the table.  
COLUMN the field is used as a column field.  
ROW the field is used as a row field.  
PAGE the field is used as a page field.  
DATA the field is used as a data field.  
Values' Details
HIDDEN
HIDDEN,
Description
the field is not used in the table.
COLUMN
COLUMN,
Description
the field is used as a column field.
ROW
ROW,
Description
the field is used as a row field.
PAGE
PAGE,
Description
the field is used as a page field.
DATA
DATA,
Description
the field is used as a data field.
Top of Page