:: com :: sun :: star :: sheet ::
|
interface XDataPilotFieldGrouping |
|
- Description
- provides methods to control a data pilot field which has already
been created.
- See also
- DataPilotField
|
Methods' Summary |
createNameGroup |
Creates a new Field which contains a group containing the given Items.
|
createDateGroup |
Creates a new Field if the current field is grouped by dates. Doesn't create a new field
if the field contains no dates or it isn't grouped yet.
|
Methods' Details |
createNameGroup
- Description
- Creates a new Field which contains a group containing the given Items.
- Returns
- the new created field if there is one created.
- Parameter aItems
- A sequence containing the Item names which have to be in the new group. This
have to be Items of the current field.
- See also
- DataPilotField
|
|
createDateGroup
- Description
- Creates a new Field if the current field is grouped by dates. Doesn't create a new field
if the field contains no dates or it isn't grouped yet.
- Returns
- the new created field if there is one created.
- Parameter aInfo
- contains the information how to group the field.
- See also
- DataPilotField
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.