:: com :: sun :: star :: chart2 :: data ::

struct PivotTableFieldEntry

Elements' Summary
Name * Name of the field entry.  
DimensionIndex * The index of the field entry.  
DimensionPositionIndex * The output position of the field entry in its field type.  
HasHiddenMembers * Does it have some members that are hidden (filtered).  
Elements' Details
Name
string Name;
Description
* Name of the field entry.
DimensionIndex
long DimensionIndex;
Description
* The index of the field entry.
DimensionPositionIndex
long DimensionPositionIndex;
Description
* The output position of the field entry in its field type.
HasHiddenMembers
boolean HasHiddenMembers;
Description
* Does it have some members that are hidden (filtered).
Top of Page