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

interface XDataPilotField
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDataPilotField
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides methods to control a data pilot field which has already been created.
See also
::com::sun::star::sheet::DataPilotField

Methods' Summary
getItems returns the collection of the data pilot items.  
Methods' Details
getItems
::com::sun::star::container::XIndexAccess
getItems();

Description
returns the collection of the data pilot items.
See also
::com::sun::star::sheet::DataPilotItems
Top of Page