provides access to the settings of a field in a subtotal descriptor. More...
import "XSubTotalField.idl";
 
  
| Public Member Functions | |
| 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::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. | |
|  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 settings of a field in a subtotal descriptor.
| long getGroupColumn | ( | ) | 
returns 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 setGroupColumn | ( | [in] long | nGroupColumn | ) | 
sets the column by which entries are grouped.
| void setSubTotalColumns | ( | [in] sequence< com::sun::star::sheet::SubTotalColumn > | aSubTotalColumns | ) | 
sets the definitions of which columns should have subtotals added to them.