21module
com { module sun { module star { module sheet {
provides methods to change the settings of a linked cell range.
Definition XAreaLink.idl:29
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:46
Definition Ambiguous.idl:20
contains a cell range address within a spreadsheet document.
Definition CellRangeAddress.idl:27