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

(Global Index)

Syntax

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

Description

represents a description of how subtotals are to be inserted.

See also

SubTotalDescriptor

Method Summary

addNew adds a subtotal field definition to the descriptor.

clear removes all subtotal field definitions from the descriptor.

Known Services Which Export this Interface

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

Method Details



addNew

Syntax

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

Description

adds a subtotal field definition to the descriptor.


clear

Syntax

void clear ();

Description

removes all subtotal field definitions from the descriptor.

Top of Page