20 #ifndef __com_sun_star_sheet_XAreaLink_idl__
21 #define __com_sun_star_sheet_XAreaLink_idl__
27 module
com { module sun { module star { module sheet {
provides methods to change the settings of a linked cell range.
Definition: XAreaLink.idl:35
void setDestArea([in] com::sun::star::table::CellRangeAddress aDestArea)
sets the position of the linked range in the destination document.
string getSourceArea()
returns the source of the range within the source document.
com::sun::star::table::CellRangeAddress getDestArea()
returns the position of the linked range in the destination document.
void setSourceArea([in] string aSourceArea)
sets the source of the range within the source document.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:30