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

(Global Index)

Syntax

enum SheetLinkMode;

Description

used to specify how a sheet is linked to another sheet.

Values Summary

NONE sheet is not linked.

NORMAL all contents are copied.

VALUE instead of using formulas, the result values are copied.

Values Details



NONE

Syntax

NONE,

Description

sheet is not linked.


NORMAL

Syntax

NORMAL,

Description

all contents are copied.


VALUE

Syntax

VALUE,

Description

instead of using formulas, the result values are copied.

Top of Page