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

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

interface XSubTotalDescriptor

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

Description
represents a description of how subtotals are to be inserted.
See also
com::sun::star::sheet::SubTotalDescriptor


Known Services which Export this Interface

com::sun::star::sheet::SubTotalDescriptor This is a description of how subtotals are created.

Methods' Summary

addNew adds a subtotal field definition to the descriptor.
clear removes all subtotal field definitions from the descriptor.

Methods' Details

addNew
 
void
addNew(
[ in ] sequence< com::sun::star::sheet::SubTotalColumn > aSubTotalColumns,
[ in ] long nGroupColumn );

Description
adds a subtotal field definition to the descriptor.
clear
 
void
clear();
Description
removes all subtotal field definitions from the descriptor.

Top of Page