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

service DataPilotFieldGroup
Description
represents a collection of members in a data pilot field group.

Exported Interfaces - Summary
::com::sun::star::container::XNamed

provides access to the name of the data pilot field group.

::com::sun::star::container::XIndexAccess

provides access to the data pilot field group members in the collection via index.

::com::sun::star::container::XEnumerationAccess

creates an enumeration of all data pilot field group members. (details)

::com::sun::star::container::XNameAccess

provides access to the data pilot field group members in the collection via name.

Exported Interfaces - Details
::com::sun::star::container::XNamed
Description
provides access to the name of the data pilot field group.
::com::sun::star::container::XIndexAccess
Description
provides access to the data pilot field group members in the collection via index.
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all data pilot field group members.
::com::sun::star::container::XNameAccess
Description
provides access to the data pilot field group members in the collection via name.

 
Top of Page