Smartsheet.Api.Models.Column.UpdateColumnBuilder.SetWidth C# (CSharp) Method

SetWidth() public method

Sets the sheet Id. Sets the column Id. Sets the display width.
public SetWidth ( long width ) : UpdateColumnBuilder
width long the width
return UpdateColumnBuilder
            public virtual UpdateColumnBuilder SetWidth(long width)
            {
                this.width = width;
                return this;
            }