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

interface XDimensionsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDimensionsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides access to the collection of dimensions of a data pilot source.
See also
::com::sun::star::sheet::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
::com::sun::star::sheet::DataPilotSourceDimensions
Top of Page