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

service DataPilotSourceMember
Description
represents a member in a data pilot source level.

Members are the data items that will appear in a data pilot table as row headers and column headers of the data range (if used in row or column dimensions), or to calculate the values of the data range (if used in data dimensions).

See also
::com::sun::star::sheet::DataPilotSourceLevel, ::com::sun::star::sheet::DataPilotSource
Developers Guide
Exported Interfaces
::com::sun::star::container::XNamed
Description
provides access to the name of the member.

This may be the textual representation of a numerical value.

::com::sun::star::beans::XPropertySet
Description
provides access to the properties.
Properties' Summary
boolean
IsVisible
specifies whether the member is visible.  
boolean
ShowDetails
specifies whether details for the member are shown.  
Properties' Details
IsVisible
boolean IsVisible;
Description
specifies whether the member is visible.
ShowDetails
boolean ShowDetails;
Description
specifies whether details for the member are shown.

 
Top of Page