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

constants group ExternalLinkType

Constants
UNKNOWN Unknown element type  
DOCUMENT URL of an external document.  
DDE DDE link.  
SELF Reference to the own document.  
SPECIAL For special use cases. Behaviour is dependent on the implementation of the formula parser.  
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.
SELF
const long SELF = 3;
Description
Reference to the own document.
SPECIAL
const long SPECIAL = 4;
Description
For special use cases. Behaviour is dependent on the implementation of the formula parser.
Top of Page