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

SetSystemColumnType() public method

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