struct SubTotalColumn in module com::sun::star::sheet::

(Global Index)

Syntax

struct SubTotalColumn;

Description

describes how a single data column is treated when creating subtotals.

Field Summary

Column the index of the column.

Function what kind of subtotals are calculated.

Field Details



Column

Syntax

long Column;

Description

the index of the column.


Function

Syntax

com::sun::star::sheet::GeneralFunction Function;

Description

what kind of subtotals are calculated.

Top of Page