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

(Global Index)

Syntax

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

Description

represents a field in a subtotal descriptor.

See also

SubTotalField

Method Summary

getGroupColumn returns the column by which entries are grouped.

setGroupColumn sets the column by which entries are grouped.

getSubTotalColumns returns the definitions of which columns should have subtotals added to them.

setSubTotalColumns sets the definitions of which columns should have subtotals added to them.

Known Services Which Export this Interface

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

Method Details



getGroupColumn

Syntax

long getGroupColumn ();

Description

returns the column by which entries are grouped.


setGroupColumn

Syntax

void setGroupColumn (
long nGroupColumn );

Description

sets the column by which entries are grouped.


getSubTotalColumns

Syntax

sequence< com::sun::star::sheet::SubTotalColumn > getSubTotalColumns ();

Description

returns the definitions of which columns should have subtotals added to them.


setSubTotalColumns

Syntax

void setSubTotalColumns (
sequence< com::sun::star::sheet::SubTotalColumn > aSubTotalColumns );

Description

sets the definitions of which columns should have subtotals added to them.

Top of Page