Smartsheet.Api.Models.Column.UpdateColumnBuilder.SetSymbol C# (CSharp) Method

SetSymbol() public method

Sets the Symbol for the column.
public SetSymbol ( Symbol symbol ) : UpdateColumnBuilder
symbol Symbol the Symbol
return UpdateColumnBuilder
            public virtual UpdateColumnBuilder SetSymbol(Symbol symbol)
            {
                this.symbol = symbol;
                return this;
            }