:: com :: sun :: star :: sheet ::
|
interface XSubTotalDescriptor |
- Base Hierarchy
::com::sun::star::uno::XInterface
|
+-XSubTotalDescriptor
|
- Description
- provides access to the collection of subtotal fields in a subtotal
descriptor.
- See also
- SubTotalDescriptor
|
Methods' Summary |
addNew |
adds a subtotal field definition to the descriptor.
|
clear |
removes all subtotal field definitions from the descriptor.
|
Methods' Details |
addNew
void
addNew( |
[in] sequence< SubTotalColumn >
[in] long |
aSubTotalColumns,
nGroupColumn ); |
- Description
- adds a subtotal field definition to the descriptor.
- Parameter aSubTotalColumns
-
a sequence of all columns used to calculate subtotal values.
- Parameter nGroupColumn
-
specifies which column of the source range is used to group the
contents of the source data.
|
|
clear
- Description
- removes all subtotal field definitions from the descriptor.
|
|
Top of Page
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.