:: com :: sun :: star :: sheet ::
|
interface XNamedRange |
- Base Interfaces
XNamedRange
┗ ::com::sun::star::container::XNamed
::com::sun::star::container::XNamed |
- (referenced interface's summary:)
- specifies the name of the object.
|
|
- Description
- provides access to the settings of a named range in a spreadsheet
document.
- See also
- NamedRange
|
Methods' Summary |
getContent |
returns the content of the named range.
|
setContent |
sets the content of the named range.
|
getReferencePosition |
returns the position in the document which is used as a
base for relative references in the content.
|
setReferencePosition |
sets the position in the document which is used as a
base for relative references in the content.
|
getType |
returns the type of the named range.
|
setType |
sets the type of the named range.
|
Methods' Details |
getContent
- Description
- returns the content of the named range.
The content can be a reference to a cell or cell range
or any formula expression.
|
|
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 expression.
|
|
getReferencePosition
- Description
- returns the position in the document which is used as a
base for relative references in the content.
|
|
setReferencePosition
void |
setReferencePosition( |
[in] ::com::sun::star::table::CellAddress |
aReferencePosition ); |
- Description
- sets the position in the document which is used as a
base for relative references in the content.
|
|
getType
- Description
- returns the type of the named range.
This is a combination of flags as defined in
NamedRangeFlag.
|
|
setType
void |
setType( |
[in] long |
nType ); |
- Description
- sets the type of the named range.
- Parameter nType
- a combination of flags that specify the type of a named range,
as defined in NamedRangeFlag.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.