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

struct SubTotalColumn
Description
describes how a single data column is treated when creating subtotals.
See also
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
GeneralFunction Function;
Description
specifies what kind of subtotals are calculated.
Top of Page