C# Class Smartsheet.Api.Models.Link

Represents a hyperlink to a URL, a Sheet, or a Report. If the Sheet or Report that is linked to was deleted, this object may be empty (i.e. all values null).

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: If the hyperlink is a URL link, the cell’s value will be set to the URL itself. If the hyperlink is a sheet or report link, the cell’s value will be set to the sheet or report’s name.

Show file Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples