Top   Module   Use   Manual   Index 

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

enum DataPilotFieldOrientation


Description
used to specify where a field in a Data Pilot Table is laid out.


Values

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