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

SetSymbol() public method

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