Methods' Details
|
- getSourceArea
-  
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.
|
- setSourceArea
-  
- void
setSourceArea(
[ in ] 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.
|
- getDestArea
-  
com::sun::star::table::CellRangeAddress
getDestArea();
- Description
- returns the position of the linked range
in the destination document.
|
- setDestArea
-  
- void
setDestArea(
-
- Description
- sets the position of the linked range
in the destination document.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.