Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XConsolidatable

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]
Description
represents a spreadsheet document that can consolidate ranges.


Methods' Summary

createConsolidationDescriptor creates a consolidation descriptor.
consolidate consolidates data from several cell ranges.

Methods' Details

createConsolidationDescriptor
 
com::sun::star::sheet::XConsolidationDescriptor
createConsolidationDescriptor(
[ in ] boolean bEmpty );

Description
creates a consolidation descriptor.
consolidate
 
void
consolidate(
[ in ] com::sun::star::sheet::XConsolidationDescriptor xDescriptor );

Description
consolidates data from several cell ranges.

Top of Page