:: com :: sun :: star :: sheet ::
|
interface XSubTotalDescriptor |
|
- Description
- provides access to the collection of subtotal fields in a subtotal
descriptor.
|
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 > |
aSubTotalColumns, |
| [in] long |
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 © 2010 Sun Microsystems, Inc.