Top   Module   Use   Manual   Index 

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

enum TableOperationMode


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


Values

COLUMN
Description
is applied to the columns.
ROW
Description
is applied to the rows.
BOTH
Description
is applied to rows and columns.
Top of Page