interface XDataPilotTablesSupplier in module com::sun::star::sheet::

(Global Index)

Syntax

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

Description

grants access to a collection of data pilot tables.

See also

Spreadsheet

Method Summary

getDataPilotTables returns the collection of data pilot tables.

Known Services Which Export this Interface

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

Method Details



getDataPilotTables

Syntax

com::sun::star::sheet::XDataPilotTables getDataPilotTables ();

Description

returns the collection of data pilot tables.

See also

DataPilotTables
Top of Page