Aspose::Cells::HyperlinkLoadMode enum
HyperlinkLoadMode enum
Specifies how hyperlinks are handled when loading HTML.
enum class HyperlinkLoadMode
Values
| Name | Value | Description |
|---|---|---|
| Normal | 0 | Only the first hyperlink in a cell is loaded, subsequent ones are ignored. |
| AllowMultiple | 1 | All 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
- Namespace Aspose::Cells
- Library Aspose.Cells for C++