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

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

interface XSubTotalCalculatable

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

Description
The interface contains methods to handle a SubTotaldescriptor. The SubTotaldescriptor provides properties to set up the SubTotal function.


Known Services which Export this Interface

com::sun::star::sheet::SheetCellRange represents a rectangular range of cells in a spreadsheet document.

Methods' Summary

createSubTotalDescriptor creates a subtotal descriptor.
applySubTotals creates subtotals.
removeSubTotals removes the subtotals.

Methods' Details

createSubTotalDescriptor
 
com::sun::star::sheet::XSubTotalDescriptor
createSubTotalDescriptor(
[ in ] boolean bEmpty );

Description
creates a subtotal descriptor.
applySubTotals
 
void
applySubTotals(
[ in ] com::sun::star::sheet::XSubTotalDescriptor xDescriptor,
[ in ] boolean bReplace );

Description
creates subtotals.
removeSubTotals
 
void
removeSubTotals();
Description
removes the subtotals.

Top of Page