Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public interface IHyperlink
Public Interface IHyperlink
public interface class IHyperlink
type IHyperlink = interface end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Dispose()()()() |
Dispose object and free resources.
| |
| Parent |
Reference to Parent object. Read-only.
| |
| Position |
Gets the position of hyperlink.
| |
| SetTargetUri(String) |
Set taget url of hyperlink.
| |
| TargetUri |
Gets or set the url of a hyperlink.
| |
| Worksheet |
Gets the worksheet of hyperlink.
|