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

constants group XlRangeAutoFormat

Constants
xlRangeAutoFormat3DEffects1  
xlRangeAutoFormat3DEffects2  
xlRangeAutoFormatAccounting1  
xlRangeAutoFormatAccounting2  
xlRangeAutoFormatAccounting3  
xlRangeAutoFormatAccounting4  
xlRangeAutoFormatClassic1  
xlRangeAutoFormatClassic2  
xlRangeAutoFormatClassic3  
xlRangeAutoFormatClassicPivotTable  
xlRangeAutoFormatColor1  
xlRangeAutoFormatColor2  
xlRangeAutoFormatColor3  
xlRangeAutoFormatList1  
xlRangeAutoFormatList2  
xlRangeAutoFormatList3  
xlRangeAutoFormatLocalFormat1  
xlRangeAutoFormatLocalFormat2  
xlRangeAutoFormatLocalFormat3  
xlRangeAutoFormatLocalFormat4  
xlRangeAutoFormatNone  
xlRangeAutoFormatPTNone  
xlRangeAutoFormatReport1  
xlRangeAutoFormatReport10  
xlRangeAutoFormatReport2  
xlRangeAutoFormatReport3  
xlRangeAutoFormatReport4  
xlRangeAutoFormatReport5  
xlRangeAutoFormatReport6  
xlRangeAutoFormatReport7  
xlRangeAutoFormatReport8  
xlRangeAutoFormatReport9  
xlRangeAutoFormatSimple  
xlRangeAutoFormatTable1  
xlRangeAutoFormatTable10  
xlRangeAutoFormatTable2  
xlRangeAutoFormatTable3  
xlRangeAutoFormatTable4  
xlRangeAutoFormatTable5  
xlRangeAutoFormatTable6  
xlRangeAutoFormatTable7  
xlRangeAutoFormatTable8  
xlRangeAutoFormatTable9  
Constants' Details
xlRangeAutoFormat3DEffects1
const short xlRangeAutoFormat3DEffects1 = 13;
xlRangeAutoFormat3DEffects2
const short xlRangeAutoFormat3DEffects2 = 14;
xlRangeAutoFormatAccounting1
const short xlRangeAutoFormatAccounting1 = 4;
xlRangeAutoFormatAccounting2
const short xlRangeAutoFormatAccounting2 = 5;
xlRangeAutoFormatAccounting3
const short xlRangeAutoFormatAccounting3 = 6;
xlRangeAutoFormatAccounting4
const short xlRangeAutoFormatAccounting4 = 17;
xlRangeAutoFormatClassic1
const short xlRangeAutoFormatClassic1 = 1;
xlRangeAutoFormatClassic2
const short xlRangeAutoFormatClassic2 = 2;
xlRangeAutoFormatClassic3
const short xlRangeAutoFormatClassic3 = 3;
xlRangeAutoFormatClassicPivotTable
const short xlRangeAutoFormatClassicPivotTable = 31;
xlRangeAutoFormatColor1
const short xlRangeAutoFormatColor1 = 7;
xlRangeAutoFormatColor2
const short xlRangeAutoFormatColor2 = 8;
xlRangeAutoFormatColor3
const short xlRangeAutoFormatColor3 = 9;
xlRangeAutoFormatList1
const short xlRangeAutoFormatList1 = 10;
xlRangeAutoFormatList2
const short xlRangeAutoFormatList2 = 11;
xlRangeAutoFormatList3
const short xlRangeAutoFormatList3 = 12;
xlRangeAutoFormatLocalFormat1
const short xlRangeAutoFormatLocalFormat1 = 15;
xlRangeAutoFormatLocalFormat2
const short xlRangeAutoFormatLocalFormat2 = 16;
xlRangeAutoFormatLocalFormat3
const short xlRangeAutoFormatLocalFormat3 = 19;
xlRangeAutoFormatLocalFormat4
const short xlRangeAutoFormatLocalFormat4 = 20;
xlRangeAutoFormatNone
const long xlRangeAutoFormatNone = -4142;
xlRangeAutoFormatPTNone
const short xlRangeAutoFormatPTNone = 42;
xlRangeAutoFormatReport1
const short xlRangeAutoFormatReport1 = 21;
xlRangeAutoFormatReport10
const short xlRangeAutoFormatReport10 = 30;
xlRangeAutoFormatReport2
const short xlRangeAutoFormatReport2 = 22;
xlRangeAutoFormatReport3
const short xlRangeAutoFormatReport3 = 23;
xlRangeAutoFormatReport4
const short xlRangeAutoFormatReport4 = 24;
xlRangeAutoFormatReport5
const short xlRangeAutoFormatReport5 = 25;
xlRangeAutoFormatReport6
const short xlRangeAutoFormatReport6 = 26;
xlRangeAutoFormatReport7
const short xlRangeAutoFormatReport7 = 27;
xlRangeAutoFormatReport8
const short xlRangeAutoFormatReport8 = 28;
xlRangeAutoFormatReport9
const short xlRangeAutoFormatReport9 = 29;
xlRangeAutoFormatSimple
const short xlRangeAutoFormatSimple = -4154;
xlRangeAutoFormatTable1
const short xlRangeAutoFormatTable1 = 32;
xlRangeAutoFormatTable10
const short xlRangeAutoFormatTable10 = 41;
xlRangeAutoFormatTable2
const short xlRangeAutoFormatTable2 = 33;
xlRangeAutoFormatTable3
const short xlRangeAutoFormatTable3 = 34;
xlRangeAutoFormatTable4
const short xlRangeAutoFormatTable4 = 35;
xlRangeAutoFormatTable5
const short xlRangeAutoFormatTable5 = 36;
xlRangeAutoFormatTable6
const short xlRangeAutoFormatTable6 = 37;
xlRangeAutoFormatTable7
const short xlRangeAutoFormatTable7 = 38;
xlRangeAutoFormatTable8
const short xlRangeAutoFormatTable8 = 39;
xlRangeAutoFormatTable9
const short xlRangeAutoFormatTable9 = 40;
Top of Page