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

service DataPilotSourceMember
Developers Guide
Spreadsheets - Members

Exported Interfaces - Summary
::com::sun::star::container::XNamed

provides access to the name of the member. (details)

::com::sun::star::beans::XPropertySet

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.  
boolean
Position
[ OPTIONAL ]
specifies the member's position in its hierarchy level if sorting is manual.  
Exported Interfaces - Details
::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' Details
IsVisible
boolean IsVisible;
Description
specifies whether the member is visible.
ShowDetails
boolean ShowDetails;
Description
specifies whether details for the member are shown.
Position
boolean Position;
Usage Restrictions
optional
Description
specifies the member's position in its hierarchy level if sorting is manual.
Since
OOo 2.4

 
Top of Page