Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service DataPilotSourceMember

Description
a field in a data pilot source.


Exported Interfaces

com::sun::star::container::XNamed
Description
specifies the name of the object.
com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.

Properties' Summary

IsVisible specifies if the member is visible.
ShowDetails specifies if details for the member are shown.

Properties' Details

IsVisible
 
boolean IsVisible;
Description
specifies if the member is visible.
ShowDetails
 
boolean ShowDetails;
Description
specifies if details for the member are shown.

Top of Page