enum FillDirection in module com::sun::star::sheet::

(Global Index)

Syntax

enum FillDirection;

Description

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

Values Summary

TO_BOTTOM specifies that rows are filled from top to bottom.

TO_RIGHT specifies that columns are filled from left to right.

TO_TOP specifies that rows are filled from bottom to top.

TO_LEFT specifies that columns are filled from right to left.

Values Details



TO_BOTTOM

Syntax

TO_BOTTOM,

Description

specifies that rows are filled from top to bottom.


TO_RIGHT

Syntax

TO_RIGHT,

Description

specifies that columns are filled from left to right.


TO_TOP

Syntax

TO_TOP,

Description

specifies that rows are filled from bottom to top.


TO_LEFT

Syntax

TO_LEFT,

Description

specifies that columns are filled from right to left.

Top of Page