LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides access to the collection of subtotal fields in a subtotal descriptor. More...
import"XSubTotalDescriptor.idl";
Public Member Functions | |
void | addNew ([in] sequence< com::sun::star::sheet::SubTotalColumn > aSubTotalColumns, [in] long nGroupColumn) |
adds a subtotal field definition to the descriptor. More... | |
void | clear () |
removes all subtotal field definitions from the descriptor. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
provides access to the collection of subtotal fields in a subtotal descriptor.
void addNew | ( | [in] sequence< com::sun::star::sheet::SubTotalColumn > | aSubTotalColumns, |
[in] long | nGroupColumn | ||
) |
adds a subtotal field definition to the descriptor.
aSubTotalColumns | a sequence of all columns used to calculate subtotal values. |
nGroupColumn | specifies which column of the source range is used to group the contents of the source data. |
void clear | ( | ) |
removes all subtotal field definitions from the descriptor.