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

com :: sun :: star :: table ::

interface XTableChartsSupplier

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

Description
provides a method to access a collection of charts in a table or spreadsheet.


Known Services which Export this Interface

com::sun::star::sheet::Spreadsheet a 2-dimensional sheet of cells.

Methods' Summary

getCharts

Methods' Details

getCharts
 
com::sun::star::table::XTableCharts
getCharts();
Returns
the collection of charts.
See also
com::sun::star::table::TableCharts

Top of Page