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

unpublished service DataPilotItem
Description
represents a single item in a data pilot field.

Exported Interfaces
::com::sun::star::container::XNamed
Description
provides access to the name of the data pilot item.

Only the getName() method is provided.

::com::sun::star::beans::XPropertySet
Description
provides access to the properties.
Properties' Summary
boolean
ShowDetail
specifies whether the item is showing detail.  
boolean
IsHidden
specifies whether the item is hidden.  
Properties' Details
ShowDetail
boolean ShowDetail;
Description
specifies whether the item is showing detail.
IsHidden
boolean IsHidden;
Description
specifies whether the item is hidden.

 
Top of Page