:: org :: openoffice :: vba :: Excel ::

constants group XlPivotCellType

Constants
xlPivotCellBlankCell  
xlPivotCellCustomSubtotal  
xlPivotCellDataField  
xlPivotCellDataPivotField  
xlPivotCellGrandTotal  
xlPivotCellPageFieldItem  
xlPivotCellPivotField  
xlPivotCellPivotItem  
xlPivotCellSubtotal  
xlPivotCellValue  
Constants' Details
xlPivotCellBlankCell
const short xlPivotCellBlankCell = 0;
xlPivotCellCustomSubtotal
const short xlPivotCellCustomSubtotal = 7;
xlPivotCellDataField
const short xlPivotCellDataField = 4;
xlPivotCellDataPivotField
const short xlPivotCellDataPivotField = 8;
xlPivotCellGrandTotal
const short xlPivotCellGrandTotal = 3;
xlPivotCellPageFieldItem
const short xlPivotCellPageFieldItem = 6;
xlPivotCellPivotField
const short xlPivotCellPivotField = 5;
xlPivotCellPivotItem
const short xlPivotCellPivotItem = 1;
xlPivotCellSubtotal
const short xlPivotCellSubtotal = 2;
xlPivotCellValue
const short xlPivotCellValue = 0;
Top of Page