|
Syntax
- string getSourceArea
();
Description
returns the source of the range within the
source document.
This can be the address of a cell or range in the form
"sheet1.a1:c5", or the name of a named range or database range.
Syntax
- void setSourceArea
(
- string aSourceArea );
Description
sets the source of the range within the source document.
This can be the address of a cell or range in the form
"sheet1.a1:c5", or the name of a named range or database range.
Syntax
- com::sun::star::table::CellRangeAddress getDestArea
();
Description
returns the position of the linked range
in the destination document.
Syntax
- void setDestArea
(
- com::sun::star::table::CellRangeAddress aDestArea );
Description
sets the position of the linked range
in the destination document.
|