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

SetLinkInFromCell() public méthode

(optional) with all of the following attributes set: sheetId rowId columnId
public SetLinkInFromCell ( CellLink linkInFromCell ) : UpdateCellBuilder
linkInFromCell CellLink CellLink object
Résultat UpdateCellBuilder
            public virtual UpdateCellBuilder SetLinkInFromCell(CellLink linkInFromCell)
            {
                this.linkInFromCell = linkInFromCell;
                return this;
            }