LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XSubTotalField_idl__
21 #define __com_sun_star_sheet_XSubTotalField_idl__
27 module
com { module sun { module star { module sheet {
58 [in] sequence< com::sun::star::sheet::SubTotalColumn >
long getGroupColumn()
returns the column by which entries are grouped.
provides access to the settings of a field in a subtotal descriptor.
Definition: XSubTotalField.idl:36
void setGroupColumn([in] long nGroupColumn)
sets the column by which entries are grouped.
sequence< com::sun::star::sheet::SubTotalColumn > getSubTotalColumns()
returns the definitions of which columns should have subtotals added to them.
void setSubTotalColumns([in] sequence< com::sun::star::sheet::SubTotalColumn > aSubTotalColumns)
sets the definitions of which columns should have subtotals added to them.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48