:: com :: sun :: star :: sheet ::

struct SubTotalColumn
Description
describes how a single data column is treated when creating subtotals.
See also
::com::sun::star::sheet::SubTotalDescriptor
Developers Guide
Elements' Summary
Column the index of the column inside the source data area.  
Function specifies what kind of subtotals are calculated.  
Elements' Details
Column
long Column;
Description
the index of the column inside the source data area.
Function
::com::sun::star::sheet::GeneralFunction Function;
Description
specifies what kind of subtotals are calculated.
Top of Page