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

interface XDimensionsSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-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