AddHyperlink

Agrega un hipervínculo a la forma.

public Hyperlink AddHyperlink(string address)
ParámetroEscribeDescripción
addressStringDirección del hipervínculo.

Valor_devuelto

Devuelve el nuevo objeto de hipervínculo.

Ejemplos


[C#]
Aspose.Cells.Hyperlink hyperlink = shape.AddHyperlink("https://www.aspose.com/");

Ver también