Language
The Free and Open Productivity Suite
:: 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 |
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
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.