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

interface XLabelRange

Methods' Summary
getLabelArea returns the cell range address that contains the labels.  
setLabelArea sets the cell range address that contains the labels.  
getDataArea returns the cell range address for which the labels are valid.  
setDataArea sets the cell range address for which the labels are valid.  
Methods' Details
getLabelArea
::com::sun::star::table::CellRangeAddress
getLabelArea();

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

Description
sets the cell range address that contains the labels.
getDataArea
::com::sun::star::table::CellRangeAddress
getDataArea();

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

Description
sets the cell range address for which the labels are valid.
Top of Page