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

SetSystemColumnType() public method

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