:: com :: sun :: star :: sheet ::

unpublished constants group ExternalLinkType
Usage Restrictions
not published
Description
Constants designating the link type in ExternalLinkInfo, used with FormulaParser::ExternalLinks.

Constants
UNKNOWN Unknown element type  
DOCUMENT URL of an external document.  
DDE DDE link.  
Constants' Details
UNKNOWN
const long UNKNOWN = 0;
Description
Unknown element type
DOCUMENT
const long DOCUMENT = 1;
Description
URL of an external document.
DDE
const long DDE = 2;
Description
DDE link.
Top of Page