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

(Global Index)

Syntax

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

Description

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

Method Summary

createSubTotalDescriptor creates a subtotal descriptor.

applySubTotals creates subtotals.

removeSubTotals removes the subtotals.

Method Details



createSubTotalDescriptor

Syntax

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

Description

creates a subtotal descriptor.


applySubTotals

Syntax

void applySubTotals (
com::sun::star::sheet::XSubTotalDescriptor xDescriptor,
boolean bReplace );

Description

creates subtotals.


removeSubTotals

Syntax

void removeSubTotals ();

Description

removes the subtotals.

Top of Page