Top   Module   Use   Manual   Index 

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

enum FillDirection


Description
used to specify the direction of filling cells, for example, with a series.


Values

TO_BOTTOM
Description
specifies that rows are filled from top to bottom.
TO_RIGHT
Description
specifies that columns are filled from left to right.
TO_TOP
Description
specifies that rows are filled from bottom to top.
TO_LEFT
Description
specifies that columns are filled from right to left.
Top of Page