Internal hyperlink

Dear Admin,

It is great for aspose to have an internal hyperlink. I am just wondering whether it is possible for internal hyperlink text to have an underline or something? So I can tell the difference with other normal text.

Thank you

When you add an internal hyplerlink, an underline is automatically added.

Assume the underline was there when I initialize the hyperlink. It went GONE after I format the color and alignment of the hyperlink text.

Please add this line of code when you change the format settings:

cell.Style.Font.Underline = FontUnderlineType.Single;