enum DataPilotFieldOrientation in module com::sun::star::sheet::

(Global Index)

Syntax

enum DataPilotFieldOrientation;

Description

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

Values Summary

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

Syntax

HIDDEN,

Description

the field is not used in the table.


COLUMN

Syntax

COLUMN,

Description

the field is used as a column field.


ROW

Syntax

ROW,

Description

the field is used as a row field.


PAGE

Syntax

PAGE,

Description

the field is used as a page field.


DATA

Syntax

DATA,

Description

the field is used as a data field.

Top of Page