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

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

interface XLabelRange

Base Interface
com::sun::star::uno::XInterface

Description
represents a cell range that contains labels.

These can be column or row labels, depending on where they are used.

See also
com::sun::star::sheet::LabelRange


Known Services which Export this Interface

com::sun::star::sheet::LabelRange A label range defines a cell area that contains labels for another area which can be used in formulas.

Methods' Summary

getLabelArea returns the address of the cell range that contains the labels.
setLabelArea sets the cell range that contains the labels.
getDataArea returns the address of the cell range for which the labels are valid.
setDataArea sets the cell range for which the labels are valid.

Methods' Details

getLabelArea
 
com::sun::star::table::CellRangeAddress
getLabelArea();
Description
returns the address of the cell range that contains the labels.
setLabelArea
 
void
setLabelArea(
[ in ] com::sun::star::table::CellRangeAddress aLabelArea );

Description
sets the cell range that contains the labels.
getDataArea
 
com::sun::star::table::CellRangeAddress
getDataArea();
Description
returns the address of the cell range for which the labels are valid.
setDataArea
 
void
setDataArea(
[ in ] com::sun::star::table::CellRangeAddress aDataArea );

Description
sets the cell range for which the labels are valid.

Top of Page