(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

unpublished struct DataPilotTablePositionData
Usage Restrictions
not published
Description
This structure contains information on a cell within a DataPilot table.

This structure contains information on a particular cell within a DataPilot table, and is used to retrieve its metadata. The PositionType member specifies in which sub-area of the table the cell is positioned, which in turn determines the type of metadata contained in the PositionData member.

Since
OOo 3.0.0
See also
DataPilotTablePositionType, com::sun::star::sheet::DataPiotTableResultData, com::sun::star::sheet::DataPiotTableHeaderData

Elements' Summary
PositionType This parameter specifies which sub-area of a DataPilot table a given cell is positioned. See DataPilotTablePositionType for how to interpret the value of this parameter.  
PositionData  
Elements' Details
PositionType
long PositionType;
Description
This parameter specifies which sub-area of a DataPilot table a given cell is positioned. See DataPilotTablePositionType for how to interpret the value of this parameter.
See also
DataPilotTablePositionType
PositionData
any PositionData;
Description

This member contains a structure of different types depending on the position type specified in PositionType member.

When the value of PositionType is DataPilotTablePositionType::RESULT, DataPilotTablePositionData::PositionData contains an instance of type DataPilotTableResultData, whereas when the value of DataPilotTablePositionData::PositionType is either DataPilotTablePositionType::ROW_HEADER or DataPilotTablePositionType::COLUMN_HEADER, then the PositionData member contains an instance of type DataPilotTableHeaderData.

See also
com::sun::star::sheet::DataPiotTableResultData, com::sun::star::sheet::DataPiotTableHeaderData
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.