interface XLabelRanges in module com::sun::star::sheet::

(Global Index)

Syntax

interface XLabelRanges : com::sun::star::container::XIndexAccess ;

Description

represents a collection of label ranges.

See also

LabelRanges

Method Summary

addNew adds a new label range to the collection.

removeByIndex removes a label range from the collection.

Known Services Which Export this Interface

com::sun::star::sheet::LabelRanges

Method Details



addNew

Syntax

void addNew (
com::sun::star::table::CellRangeAddress aLabelArea,
com::sun::star::table::CellRangeAddress aDataArea );

Description

adds a new label range to the collection.


removeByIndex

Syntax

void removeByIndex (
long nIndex );

Description

removes a label range from the collection.

Top of Page