21module
com { module sun { module star { module table {
58 sequence<com::sun::star::table::CellRangeAddress>
getRanges();
64 [in] sequence<com::sun::star::table::CellRangeAddress> aRanges );
provides access to the settings of a chart object in a table or spreadsheet.
Definition XTableChart.idl:30
sequence< com::sun::star::table::CellRangeAddress > getRanges()
returns the cell ranges that contain the data for the chart.
void setHasRowHeaders([in] boolean bHasRowHeaders)
specifies whether the cells of the leftmost column of the source data are interpreted as row headers.
void setRanges([in] sequence< com::sun::star::table::CellRangeAddress > aRanges)
sets the cell ranges that contain the data for the chart.
void setHasColumnHeaders([in] boolean bHasColumnHeaders)
specifies whether the cells of the topmost row of the source data are interpreted as column headers.
boolean getHasRowHeaders()
returns, whether the cells of the leftmost column of the source data are interpreted as row headers.
boolean getHasColumnHeaders()
returns, whether the cells of the topmost row of the source data are interpreted as column headers.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20