Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XLabelRanges

Base Interface
com::sun::star::container::XIndexAccess

Description
represents a collection of label ranges.
See also
com::sun::star::sheet::LabelRanges


Known Services which Export this Interface

com::sun::star::sheet::LabelRanges a collection of label ranges.

Methods' Summary

addNew adds a new label range to the collection.
removeByIndex removes a label range from the collection.

Methods' Details

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

Description
adds a new label range to the collection.
removeByIndex
 
void
removeByIndex(
[ in ] long nIndex );

Description
removes a label range from the collection.

Top of Page