:: com :: sun :: star :: table ::

enum TableOrientation
Description
used to select whether operations are carried out on columns or rows.

Values
COLUMNS operations are carried out on columns.  
ROWS operations are carried out on rows.  
Values' Details
COLUMNS
COLUMNS,
Description
operations are carried out on columns.
ROWS
ROWS,
Description
operations are carried out on rows.
Top of Page