Methods' Details
|
- getContent
-  
string
getContent();
- Description
- returns the content of the named range.
The content can be a reference to a cell or cell range
or any formula.
|
- setContent
-  
- void
setContent(
[ in ] string |
aContent ); |
- Description
- sets the content of the named range.
The content can be a reference to a cell or cell range
or any formula.
|
- getReferencePosition
-  
com::sun::star::table::CellAddress
getReferencePosition();
- Description
- returns the position in the document which is used as a
base for relative references in the content.
|
- setReferencePosition
-  
- void
setReferencePosition(
-
- Description
- sets the position in the document which is used as a
base for relative references in the content.
|
- getType
-  
long
getType();
- Description
- returns the type of the named range.
|
- setType
-  
- void
setType(
-
- Description
- sets the type of the named range.
The type must be 0 or a combination of the
NamedRangeFlag constants and controls if the named
range is listed in dialogs prompting for special ranges.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.