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;
            }