| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
provides access to the settings of a label range in a spreadsheet document. More...
import "XLabelRange.idl";
 
  
| Public Member Functions | |
| com::sun::star::table::CellRangeAddress | getLabelArea () | 
| returns the cell range address that contains the labels. | |
| void | setLabelArea ([in] com::sun::star::table::CellRangeAddress aLabelArea) | 
| sets 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 | setDataArea ([in] com::sun::star::table::CellRangeAddress aDataArea) | 
| sets the cell range address for which the labels are valid. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
provides access to the settings of a label range in a spreadsheet document.
These can be column or row labels, depending on where they are used.
| com::sun::star::table::CellRangeAddress getDataArea | ( | ) | 
returns 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.
| void setDataArea | ( | [in] com::sun::star::table::CellRangeAddress | aDataArea | ) | 
sets 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.