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

SetSystemColumnType() public method

Sets the system column Type for the column.
public SetSystemColumnType ( SystemColumnType systemColumnType ) : UpdateColumnBuilder
systemColumnType SystemColumnType the system column Type
return UpdateColumnBuilder
            public virtual UpdateColumnBuilder SetSystemColumnType(SystemColumnType systemColumnType)
            {
                this.systemColumnType = systemColumnType;
                return this;
            }