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

interface XDataPilotField
Description
provides methods to control a data pilot field which has already been created.
See also
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
DataPilotItems
Top of Page