Smartsheet.Api.Models.Column.UpdateColumnBuilder.SetType C# (CSharp) Méthode

SetType() public méthode

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