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

constants group XlLinkType

Constants
xlLinkTypeExcelLinks  
xlLinkTypeOLELinks  
Constants' Details
xlLinkTypeExcelLinks
const short xlLinkTypeExcelLinks = 1;
xlLinkTypeOLELinks
const short xlLinkTypeOLELinks = 2;
Top of Page