:: 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 © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.