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

constants group XlLinkInfoType

Constants
xlLinkInfoOLELinks  
xlLinkInfoPublishers  
xlLinkInfoSubscribers  
Constants' Details
xlLinkInfoOLELinks
const short xlLinkInfoOLELinks = 2;
xlLinkInfoPublishers
const short xlLinkInfoPublishers = 5;
xlLinkInfoSubscribers
const short xlLinkInfoSubscribers = 6;
Top of Page