Syntax
interface XSubTotalDescriptor : com::sun::star::uno::XInterface ;
Description
represents a description of how subtotals are
to be inserted.
See also
- SubTotalDescriptor
-
Method Summary
|
addNew |
adds a subtotal field definition to the descriptor.
|
|
clear |
removes all subtotal field definitions from the descriptor.
|
|
Known Services Which Export this Interface
|
com::sun::star::sheet::SubTotalDescriptor -
Method Details
|
|
Syntax
- void addNew
(
- sequence< com::sun::star::sheet::SubTotalColumn > aSubTotalColumns,
- long nGroupColumn );
Description
adds a subtotal field definition to the descriptor.
Syntax
- void 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.