LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XNamedRange_idl__
21 #define __com_sun_star_sheet_XNamedRange_idl__
27 module
com { module sun { module star { module sheet {
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.
contains a cell address within a spreadsheet document.
Definition: CellAddress.idl:30
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.
string getContent()
returns the content of the named range.
Definition: Ambiguous.idl:22
long getType()
returns the type of the named range.
provides access to the settings of a named range in a spreadsheet document.
Definition: XNamedRange.idl:36
specifies the name of the object.
Definition: XNamed.idl:33