Members
From Apache OpenOffice Wiki
< Documentation | DevGuide
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
The com.sun.star.sheet.DataPilotSourceMember service contains two settings that are accessed through the com.sun.star.beans.XPropertySet interface:
- If the boolean
IsVisibleproperty isfalse, the member and its data are hidden. There is currently no user interface to change this property. - The boolean
ShowDetailsproperty controls if the results for a member should be detailed in the following level. If a member has this property set tofalse, only a single result column or row is generated for each data dimension. The property can be changed by the user by double-clicking on a result header cell for the member.
These properties are not used in the example.
| Content on this page is licensed under the Public Documentation License (PDL). |