Syntax
interface XSubTotalField : com::sun::star::uno::XInterface ;
Description
represents a field in a subtotal descriptor.
See also
- SubTotalField
-
Method Summary
|
getGroupColumn |
returns the column by which entries are grouped.
|
|
setGroupColumn |
sets the column by which entries are grouped.
|
|
getSubTotalColumns |
returns the definitions of which columns should have
subtotals added to them.
|
|
setSubTotalColumns |
sets the definitions of which columns should have
subtotals added to them.
|
|
Known Services Which Export this Interface
|
com::sun::star::sheet::SubTotalField -
Method Details
|
|
Syntax
- long getGroupColumn
();
Description
returns the column by which entries are grouped.
Syntax
- void setGroupColumn
(
- long nGroupColumn );
Description
sets the column by which entries are grouped.
Syntax
- sequence< com::sun::star::sheet::SubTotalColumn > getSubTotalColumns
();
Description
returns the definitions of which columns should have
subtotals added to them.
Syntax
- void setSubTotalColumns
(
- sequence< com::sun::star::sheet::SubTotalColumn > aSubTotalColumns );
Description
sets the definitions of which columns should have
subtotals added to them.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.