21module 
com {  module sun {  module star {  module sheet {
 
   93    void link( [in] 
string aUrl,
 
   94             [in] 
string aSheetName,
 
   95             [in] 
string aFilterName,
 
   96             [in] 
string aFilterOptions,
 
 
enables a sheet to refer to another sheet in a different document.
Definition XSheetLinkable.idl:37
void setLinkSheetName([in] string aLinkSheetName)
sets the name of the linked sheet in the source document.
string getLinkUrl()
returns the target URL of the link.
void link([in] string aUrl, [in] string aSheetName, [in] string aFilterName, [in] string aFilterOptions, [in] com::sun::star::sheet::SheetLinkMode nMode)
links the sheet to another sheet in another document.
com::sun::star::sheet::SheetLinkMode getLinkMode()
returns the link mode of the spreadsheet.
string getLinkSheetName()
returns the sheet name of the sheet in the source document.
void setLinkMode([in] com::sun::star::sheet::SheetLinkMode nLinkMode)
enables the linking of the sheet and controls whether formulas are copied.
void setLinkUrl([in] string aLinkUrl)
sets the target URL of the link.
base interface of all UNO interfaces
Definition XInterface.idl:46
SheetLinkMode
used to specify how a sheet is linked to another sheet.
Definition SheetLinkMode.idl:31
Definition Ambiguous.idl:20