Smartsheet.Api.Models.Cell.UpdateCellBuilder.SetHyperlink C# (CSharp) Method

SetHyperlink() public method

(optional) with exactly one of the following attributes set: url sheetId reportId
public SetHyperlink ( Link hyperlink ) : UpdateCellBuilder
hyperlink Link Link object
return UpdateCellBuilder
            public virtual UpdateCellBuilder SetHyperlink(Link hyperlink)
            {
                this.hyperlink = hyperlink;
                return this;
            }