| LibreOffice
    LibreOffice 25.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. | |
| void | clear () | 
| removes all subtotal field definitions from the descriptor. | |
| 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. | |
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.