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

(Global Index)

Syntax

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

Description

gives access to dimensions.

Method Summary

getDimensions returns the dimensions.

Known Services Which Export this Interface

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

Method Details



getDimensions

Syntax

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

Description

returns the dimensions.

Top of Page