interface XMembersSupplier in module com::sun::star::sheet::

(Global Index)

Syntax

interface XMembersSupplier : com::sun::star::uno::XInterface ;

Description

gives access to members.

Method Summary

getMembers returns the members.

Known Services Which Export this Interface

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

Method Details



getMembers

Syntax

com::sun::star::container::XNameAccess getMembers ();

Description

returns the members.

Top of Page