Smartsheet.Api.Models.Cell.AddCellBuilder.SetValue C# (CSharp) Method

SetValue() public method

Sets the cell value
public SetValue ( object value ) : AddCellBuilder
value object the value
return AddCellBuilder
            public virtual AddCellBuilder SetValue(object value)
            {
                this.value = value;
                return this;
            }