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

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

interface XSubTotalField

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

Description
represents a field in a subtotal descriptor.
See also
com::sun::star::sheet::SubTotalField


Known Services which Export this Interface

com::sun::star::sheet::SubTotalField a single field in a SubTotalDescriptor.

Methods' 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.

Methods' Details

getGroupColumn
 
long
getGroupColumn();
Description
returns the column by which entries are grouped.
setGroupColumn
 
void
setGroupColumn(
[ in ] long nGroupColumn );

Description
sets the column by which entries are grouped.
getSubTotalColumns
 
sequence< com::sun::star::sheet::SubTotalColumn >
getSubTotalColumns();
Description
returns the definitions of which columns should have subtotals added to them.
setSubTotalColumns
 
void
setSubTotalColumns(
[ in ] sequence< com::sun::star::sheet::SubTotalColumn > aSubTotalColumns );

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

Top of Page