Methods' Summary |
getTag |
returns an additional string stored in the data pilot table.
|
setTag |
sets an additional string stored in the data pilot table.
|
getSourceRange |
returns the cell range containing the data for the data pilot table.
|
setSourceRange |
sets the cell range containing the data for the data pilot table.
|
getFilterDescriptor |
returns the filter descriptor specifying which data from the
source cell range are used for the data pilot table.
|
getDataPilotFields |
returns the collection of all the data pilot fields.
|
getColumnFields |
returns the collection of the data pilot fields used as column fields.
|
getRowFields |
returns the collection of the data pilot fields used as row fields.
|
getPageFields |
returns the collection of the data pilot fields used as page fields.
|
getDataFields |
returns the collection of the data pilot fields used as data fields.
|
getHiddenFields |
returns the collection of the data pilot fields not used as
column, row, page, or data fields.
|
Methods' Details |
getTag
- Description
- returns an additional string stored in the data pilot table.
|
|
setTag
void |
setTag( |
[in] string |
aTag ); |
- Description
- sets an additional string stored in the data pilot table.
|
|
getSourceRange
- Description
- returns the cell range containing the data for the data pilot table.
|
|
setSourceRange
- Description
- sets the cell range containing the data for the data pilot table.
|
|
getFilterDescriptor
- Description
- returns the filter descriptor specifying which data from the
source cell range are used for the data pilot table.
|
|
getDataPilotFields
- Description
- returns the collection of all the data pilot fields.
|
|
getColumnFields
- Description
- returns the collection of the data pilot fields used as column fields.
- See also
- ::com::sun::star::sheet::DataPilotFields
|
|
getRowFields
- Description
- returns the collection of the data pilot fields used as row fields.
- See also
- ::com::sun::star::sheet::DataPilotFields
|
|
getPageFields
- Description
- returns the collection of the data pilot fields used as page fields.
- See also
- ::com::sun::star::sheet::DataPilotFields
|
|
getDataFields
- Description
- returns the collection of the data pilot fields used as data fields.
- See also
- ::com::sun::star::sheet::DataPilotFields
|
|
getHiddenFields
- Description
- returns the collection of the data pilot fields not used as
column, row, page, or data fields.
- See also
- ::com::sun::star::sheet::DataPilotFields
|
|
Copyright © 2003 Sun Microsystems, Inc.