provides access to the settings of a named range in a spreadsheet document. More...
import "XNamedRange.idl";
 
  
| Public Member Functions | |
| string | getContent () | 
| returns the content of the named range. | |
| void | setContent ([in] string aContent) | 
| sets the content of the named range. | |
| com::sun::star::table::CellAddress | getReferencePosition () | 
| returns the position in the document which is used as a base for relative references in the content. | |
| void | setReferencePosition ([in] com::sun::star::table::CellAddress aReferencePosition) | 
| sets the position in the document which is used as a base for relative references in the content. | |
| long | getType () | 
| returns the type of the named range. | |
| void | setType ([in] long nType) | 
| sets the type of the named range. | |
|  Public Member Functions inherited from XNamed | |
| string | getName () | 
| void | setName ([in] string aName) | 
| sets the programmatic name of the object. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
provides access to the settings of a named range in a spreadsheet document.
| string getContent | ( | ) | 
returns the content of the named range.
The content can be a reference to a cell or cell range or any formula expression.
| com::sun::star::table::CellAddress getReferencePosition | ( | ) | 
returns the position in the document which is used as a base for relative references in the content.
| long getType | ( | ) | 
returns the type of the named range.
This is a combination of flags as defined in NamedRangeFlag.
| void setContent | ( | [in] string | aContent | ) | 
sets the content of the named range.
The content can be a reference to a cell or cell range or any formula expression.
| void setReferencePosition | ( | [in] com::sun::star::table::CellAddress | aReferencePosition | ) | 
sets the position in the document which is used as a base for relative references in the content.
| void setType | ( | [in] long | nType | ) | 
sets the type of the named range.
| nType | a combination of flags that specify the type of a named range, as defined in NamedRangeFlag. |