| enumPivotShowFieldValueAs |
typedef enum
{
pivotfieldshowas_normal = 0,
pivotfieldshowas_differencefrom = 1,
pivotfieldshowas_percentageof = 2,
pivotfieldshowas_percentageofdifferencefrom = 3,
pivotfieldshowas_runningtotal = 4,
pivotfieldshowas_percentageofrow = 5,
pivotfieldshowas_percentageofcolumn = 6,
pivotfieldshowas_percentageoftotal = 7,
pivotfieldshowas_index = 8
} enumPivotShowFieldValueAs;
used in IXlsPivotTableField::ShowValuesAs property.