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

enum TableOperationMode

Values
COLUMN is applied to the columns.  
ROW is applied to the rows.  
BOTH is applied to rows and columns.  
Values' Details
COLUMN
COLUMN,
Description
is applied to the columns.

In this mode, the column contains values and the row contains formulas.

ROW
ROW,
Description
is applied to the rows.

In this mode, the row contains values and the column contains formulas.

BOTH
BOTH,
Description
is applied to rows and columns.

In this mode, the row and the column contain values. A formula using both row and column values is specified separately.

Top of Page