|
Syntax
- void addNewByName
(
- string aName,
- string aContent,
- com::sun::star::table::CellAddress aPosition,
- long nType );
Description
adds a new named range to the collection.
Syntax
- void addNewFromTitles
(
- com::sun::star::table::CellRangeAddress aSource,
- com::sun::star::sheet::Border aBorder );
Description
creates named ranges from titles in a cell range.
Names for the named ranges are taken from titles in the
top or bottom row, or the left or right column of the range.
The named ranges refer to single columns or rows in the inner
part of the original range, excluding the labels.
Syntax
- void removeByName
(
- string aName );
Description
removes a named range from the collection.
Syntax
- void outputList
(
- com::sun::star::table::CellAddress aOutputPosition );
Description
writes a list of all named ranges into the document.
The first column of the list contains the names. The second
column contains the contents of the named ranges.
|