service DataPilotSourceMember in module com::sun::star::sheet::

(Global Index)

Syntax

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.


Property Summary

IsVisible specifies if the member is visible.

ShowDetails specifies if details for the member are shown.

Property Details



IsVisible

Syntax

boolean IsVisible;

Description

specifies if the member is visible.


ShowDetails

Syntax

boolean ShowDetails;

Description

specifies if details for the member are shown.

Top of Page