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

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

Sets the Primary flag for the column.
public SetWidth ( long width ) : CreateSheetColumnBuilder
width long the width
Результат CreateSheetColumnBuilder
            public virtual CreateSheetColumnBuilder SetWidth(long? width)
            {
                this.width = width;
                return this;
            }