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

interface XConsolidatable

Methods' Summary
createConsolidationDescriptor creates a consolidation descriptor.  
consolidate consolidates data from several cell ranges, using the settings in the passed descriptor.  
Methods' Details
createConsolidationDescriptor
XConsolidationDescriptor
createConsolidationDescriptor( [in] boolean  bEmpty );

Description
creates a consolidation descriptor.
Parameter bEmpty
`TRUE` leaves the descriptor empty, `FALSE` fills it with the settings from the last consolidation action.
See also
ConsolidationDescriptor
consolidate
void
consolidate( [in] XConsolidationDescriptor  xDescriptor );

Description
consolidates data from several cell ranges, using the settings in the passed descriptor.
Parameter xDescriptor
the descriptor used to perform the consolidation.
See also
ConsolidationDescriptor
Top of Page