Smartsheet.Api.Models.Column.CreateSheetColumnBuilder.SetSystemColumnType C# (CSharp) Метод

SetSystemColumnType() публичный Метод

Sets the system column Type.
public SetSystemColumnType ( SystemColumnType systemColumnType ) : CreateSheetColumnBuilder
systemColumnType SystemColumnType the system column Type
Результат CreateSheetColumnBuilder
            public virtual CreateSheetColumnBuilder SetSystemColumnType(SystemColumnType? systemColumnType)
            {
                this.systemColumnType = systemColumnType;
                return this;
            }