AddHyperlink
Shape.AddHyperlink method
Aggiunge un collegamento ipertestuale alla forma.
public Hyperlink AddHyperlink(string address)
| Parametro | Tipo | Descrizione |
|---|---|---|
| address | String | Indirizzo del collegamento ipertestuale. |
Valore di ritorno
Restituisce il nuovo oggetto collegamento ipertestuale.
Esempi
[C#]
Aspose.Cells.Hyperlink hyperlink = shape.AddHyperlink("https://www.aspose.com/");
Guarda anche
- class Hyperlink
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells