HyperlinkLoadMode enumeration

HyperlinkLoadMode enumeration

Specifies how hyperlinks are handled when loading HTML.

The HyperlinkLoadMode type exposes the following members:

Fields

FieldDescription
NORMALOnly the first hyperlink in a cell is loaded, subsequent ones are ignored.
ALLOW_MULTIPLEAll hyperlinks in a cell are added to Worksheet.hyperlinks.
Note that MS Excel itself supports only one hyperlink per cell,
so this option may produce files that Excel cannot fully render.

See Also