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

(Global Index)

Syntax

enum TableOperationMode;

Description

used to specify if a table operation is applied to columns, rows, or both columns and rows.

Values Summary

COLUMN is applied to the columns.

ROW is applied to the rows.

BOTH is applied to rows and columns.

Values Details



COLUMN

Syntax

COLUMN,

Description

is applied to the columns.


ROW

Syntax

ROW,

Description

is applied to the rows.


BOTH

Syntax

BOTH,

Description

is applied to rows and columns.

Top of Page