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

SetFormat() public method

Sets the format.
public SetFormat ( string format ) : UpdateCellBuilder
format string (optional)
return UpdateCellBuilder
            public virtual UpdateCellBuilder SetFormat(string format)
            {
                this.format = format;
                return this;
            }