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

constants group XlPictureConvertorType

Constants
xlBMP  
xlCGM  
xlDRW  
xlDXF  
xlEPS  
xlHGL  
xlPCT  
xlPCX  
xlPIC  
xlPLT  
xlTIF  
xlWMF  
xlWPG  
Constants' Details
xlBMP
const short xlBMP = 1;
xlCGM
const short xlCGM = 7;
xlDRW
const short xlDRW = 4;
xlDXF
const short xlDXF = 5;
xlEPS
const short xlEPS = 8;
xlHGL
const short xlHGL = 6;
xlPCT
const short xlPCT = 13;
xlPCX
const short xlPCX = 10;
xlPIC
const short xlPIC = 11;
xlPLT
const short xlPLT = 12;
xlTIF
const short xlTIF = 9;
xlWMF
const short xlWMF = 2;
xlWPG
const short xlWPG = 3;
Top of Page