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

(Global Index)

Syntax

enum Border;

Description

selects one of the four borders of a cell range.

Values Summary

TOP The top border.

BOTTOM The bottom border.

RIGHT The right border.

LEFT The left border.

Values Details



TOP

Syntax

TOP,

Description

The top border.


BOTTOM

Syntax

BOTTOM,

Description

The bottom border.


RIGHT

Syntax

RIGHT,

Description

The right border.


LEFT

Syntax

LEFT,

Description

The left border.

Top of Page