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

interface XDimensionsSupplier
Description
provides access to the collection of dimensions of a data pilot source.
See also
DataPilotSource

Methods' Summary
getDimensions returns the collection of dimensions.  
Methods' Details
getDimensions
::com::sun::star::container::XNameAccess
getDimensions();

Description
returns the collection of dimensions.
See also
DataPilotSourceDimensions
Top of Page