LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
SubTotalField Service Reference

represents a single field in a subtotal descriptor. More...

import <SubTotalField.idl;

Inheritance diagram for SubTotalField:
XSubTotalField XInterface

Exported Interfaces

interface com::sun::star::sheet::XSubTotalField
 provides access to the settings of the subtotal field.
 

Additional Inherited Members

- Public Member Functions inherited from XSubTotalField
long getGroupColumn ()
 returns the column by which entries are grouped.
 
void setGroupColumn ([in] long nGroupColumn)
 sets the column by which entries are grouped.
 
sequence< com::sun::star::sheet::SubTotalColumngetSubTotalColumns ()
 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.
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
 
void acquire ()
 increases the reference counter by one.
 
void release ()
 decreases the reference counter by one.
 

Detailed Description

represents a single field in a subtotal descriptor.

A subtotal field contains all columns for which subtotal values will be calculated and the column used to create subtotal groups.

See also
com::sun::star::sheet::SubTotalDescriptor
Developers Guide
Spreadsheet Documents - Subtotals

Exported Interfaces

◆ com::sun::star::sheet::XSubTotalField

provides access to the settings of the subtotal field.


The documentation for this service was generated from the following files: