interface XTableChartsSupplier in module com::sun::star::table::

(Global Index)

Syntax

interface XTableChartsSupplier : com::sun::star::uno::XInterface ;

Method Summary

getCharts returns the collection of charts.

Known Services Which Export this Interface

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

Method Details



getCharts

Syntax

com::sun::star::table::XTableCharts getCharts ();

Description

returns the collection of charts.

Top of Page