Top   Module   Use   Manual   Index 

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

enum TableOrientation


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


Values

COLUMNS
Description
operations are carried out on columns.
ROWS
Description
operations are carried out on rows.
Top of Page