|
Syntax
- com::sun::star::sheet::SheetLinkMode getLinkMode
();
Description
enables the linking of the sheet and controls
if formulas are copied.
If this is SheetLinkMode::NORMAL , formulas
are copied. With SheetLinkMode::VALUE , only
results of formulas are used.
Syntax
- void setLinkMode
(
- com::sun::star::sheet::SheetLinkMode nLinkMode );
Description
enables the linking of the sheet and controls
if formulas are copied.
If this is SheetLinkMode::NORMAL , formulas
are copied. With SheetLinkMode::VALUE , only
results of formulas are used.
Syntax
- string getLinkUrl
();
Description
returns the target URL of the link.
Syntax
- void setLinkUrl
(
- string aLinkUrl );
Description
sets the target URL of the link.
A Sheet Link with the same file name must exist
or the link will not work.
Syntax
- string getLinkSheetName
();
Description
returns the sheet in the source URL.
Syntax
- void setLinkSheetName
(
- string aLinkSheetName );
Description
sets the sheet in the source URL.
Syntax
- void link
(
- string aUrl,
- string aSheetName,
- string aFilterName,
- string aFilterOptions,
- com::sun::star::sheet::SheetLinkMode nMode );
Description
links the sheet to another sheet in another document.
A sheet link is created if it does not exist, and the
LinkMode, LinkFileName and LinkSheetName attributes are set.
|