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

constants group XlPivotFormatType

Constants
xlPTClassic  
xlPTNone  
xlReport1  
xlReport10  
xlReport2  
xlReport3  
xlReport4  
xlReport5  
xlReport6  
xlReport7  
xlReport8  
xlReport9  
xlTable1  
xlTable10  
xlTable2  
xlTable3  
xlTable4  
xlTable5  
xlTable6  
xlTable7  
xlTable8  
xlTable9  
Constants' Details
xlPTClassic
const short xlPTClassic = 20;
xlPTNone
const short xlPTNone = 21;
xlReport1
const short xlReport1 = 0;
xlReport10
const short xlReport10 = 9;
xlReport2
const short xlReport2 = 1;
xlReport3
const short xlReport3 = 2;
xlReport4
const short xlReport4 = 3;
xlReport5
const short xlReport5 = 4;
xlReport6
const short xlReport6 = 5;
xlReport7
const short xlReport7 = 6;
xlReport8
const short xlReport8 = 7;
xlReport9
const short xlReport9 = 8;
xlTable1
const short xlTable1 = 10;
xlTable10
const short xlTable10 = 19;
xlTable2
const short xlTable2 = 11;
xlTable3
const short xlTable3 = 12;
xlTable4
const short xlTable4 = 13;
xlTable5
const short xlTable5 = 14;
xlTable6
const short xlTable6 = 15;
xlTable7
const short xlTable7 = 16;
xlTable8
const short xlTable8 = 17;
xlTable9
const short xlTable9 = 18;
Top of Page