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

constants group XlOLEType

Constants
XlOLEControl  
XlOLEEmbed  
XlOLELink  
Constants' Details
XlOLEControl
const short XlOLEControl = 2;
XlOLEEmbed
const short XlOLEEmbed = 1;
XlOLELink
const short XlOLELink = 0;
Top of Page