21module
com { module sun { module star { module sheet {
provides access to the settings of a label range in a spreadsheet document.
Definition XLabelRange.idl:32
void setDataArea([in] com::sun::star::table::CellRangeAddress aDataArea)
sets the cell range address for which the labels are valid.
com::sun::star::table::CellRangeAddress getLabelArea()
returns the cell range address that contains the labels.
com::sun::star::table::CellRangeAddress getDataArea()
returns the cell range address for which the labels are valid.
void setLabelArea([in] com::sun::star::table::CellRangeAddress aLabelArea)
sets the cell range address that contains the labels.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20
contains a cell range address within a spreadsheet document.
Definition CellRangeAddress.idl:27