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
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.