Methods' Details
|
- getLinkMode
-  
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.
|
- setLinkMode
-  
- void
setLinkMode(
-
- 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.
|
- getLinkUrl
-  
string
getLinkUrl();
- Description
- returns the target URL of the link.
|
- setLinkUrl
-  
- void
setLinkUrl(
[ in ] 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.
|
- getLinkSheetName
-  
string
getLinkSheetName();
- Description
- returns the sheet in the source URL.
|
- setLinkSheetName
-  
- void
setLinkSheetName(
[ in ] string |
aLinkSheetName ); |
- Description
- sets the sheet in the source URL.
|
- link
-  
- void
link(
-
- 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.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.