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

constants group XlListObjectSourceType

Constants
xlSrcExternal  
xlSrcRange  
xlSrcXml  
Constants' Details
xlSrcExternal
const short xlSrcExternal = 0;
xlSrcRange
const short xlSrcRange = 1;
xlSrcXml
const short xlSrcXml = 2;
Top of Page