Hyperlink Class |
You can create and modify hyperlinks by using any API operation that creates or updates cell data. When creating or updating a hyperlink, cell.value may be set to a string value or null. If null, the cell’s value will be derived from the hyperlink:
Namespace: Smartsheet.Api.Models
The Hyperlink type exposes the following members.
Name | Description | |
---|---|---|
IsNull |
Get the value of the isNull flag
| |
ReportId |
If non-null, this hyperlink is a link to the report with this Id.
| |
SheetId |
If non-null, this hyperlink is a link to the sheet with this Id.
| |
SightId |
If non-null, this hyperlink is a link to the Sight with this Id.
| |
Url | When the hyperlink is a URL link, this property will contain the URL value. When the hyperlink is a sheet/report link (i.e., sheetId or reportId is non-null), this property will contain the permalink to the sheet or report. |