Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: 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
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 Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

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