Smartsheet.Api.Models.Cell.UpdateCellBuilder.SetHyperlink C# (CSharp) Méthode

SetHyperlink() public méthode

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