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

service LabelRanges
Description
represents a collection of label ranges in a spreadsheet document.
Developers Guide
Spreadsheets - Label Ranges

Exported Interfaces - Summary
XLabelRanges

provides methods to access the members of the label range collection and to insert and remove them.

::com::sun::star::container::XIndexAccess

provides access to the label ranges via index. (details)

::com::sun::star::container::XEnumerationAccess

creates an enumeration of all label ranges. (details)

Exported Interfaces - Details
XLabelRanges
Description
provides methods to access the members of the label range collection and to insert and remove them.
::com::sun::star::container::XIndexAccess
Description
provides access to the label ranges via index.
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all label ranges.

 
Top of Page