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

SetFormat() public method

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