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

SetType() public method

Sets the Type for the column.
public SetType ( ColumnType type ) : CreateSheetColumnBuilder
type ColumnType the Type
return CreateSheetColumnBuilder
            public virtual CreateSheetColumnBuilder SetType(ColumnType? type)
            {
                this.type = type;
                return this;
            }