:: com :: sun :: star :: sheet ::

service DataPilotFields
Description
represents a collection of fields in a data pilot table.

If the data pilot table is based on a spreadsheet cell range, the fields are representred by the columns of the range and are named using the first row of the range.

See also
DataPilotField

Exported Interfaces - Summary
::com::sun::star::container::XIndexAccess

provides access to the data pilot fields in the collection via index.

::com::sun::star::container::XEnumerationAccess

creates an enumeration of all data pilot fields. (details)

::com::sun::star::container::XNameAccess

provides access to the data pilot fields in the collection via name.

Exported Interfaces - Details
::com::sun::star::container::XIndexAccess
Description
provides access to the data pilot fields in the collection via index.
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all data pilot fields.
See also
DataPilotItemsEnumeration
::com::sun::star::container::XNameAccess
Description
provides access to the data pilot fields in the collection via name.

 
Top of Page