21module
com { module sun { module star { module sheet {
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 generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
contains a cell range address within a spreadsheet document.
Definition CellRangeAddress.idl:27