Methods' Summary |
getSourceArea |
returns the source of the range within the source document.
|
setSourceArea |
sets the source of the range within the source document.
|
getDestArea |
returns the position of the linked range in the destination
document.
|
setDestArea |
sets the position of the linked range in the destination document.
|
Methods' Details |
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
- Description
- returns the position of the linked range in the destination
document.
|
|
setDestArea
- Description
- sets the position of the linked range in the destination document.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.