10module
com { module sun { module star { module table {
35 [in]
string aPivotTableName);
is used to access named objects within a container.
Definition generated_idl_chapter_refs.idl:3916
provides methods to access pivot charts via name and to insert and remove pivot charts.
Definition XTablePivotCharts.idl:18
void removeByName([in] string aName)
removes a pivot chart from the collection.
void addNewByName([in] string aName, [in] com::sun::star::awt::Rectangle aRect, [in] string aPivotTableName)
creates a pivot chart and adds it to the collection.
Definition Ambiguous.idl:20
specifies a rectangular area by position and size.
Definition Rectangle.idl:28