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

unpublished struct DataPilotTableHeaderData
Usage Restrictions
not published
Description
information about a cell within the column or row header area of a DataPilot table. This struct contains information about a particular cell located within the column or row header area of a DataPilot table. This is the type that is contained in DataPilotTablePositionData::PositionData when the value of DataPilotTablePositionData::PositionType is either DataPilotTablePositionType::ROW_HEADER or DataPilotTablePositionType::COLUMN_HEADER.
Since
OOo 3.0
See also
DataPilotTablePositionData, DataPilotTablePositionType, DataPilotFieldFilter, DataResult

Elements' Summary
Dimension number of dimensions  
Hierarchy hierarchy  
Level level  
Flags flag  
MemberName member name  
Elements' Details
Dimension
long Dimension;
Description
number of dimensions
Hierarchy
long Hierarchy;
Description
hierarchy
Level
long Level;
Description
level
Flags
long Flags;
Description
flag
MemberName
string MemberName;
Description
member name
Top of Page