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

SetWidth() public method

Sets the Primary flag for the column.
public SetWidth ( long width ) : CreateSheetColumnBuilder
width long the width
return CreateSheetColumnBuilder
            public virtual CreateSheetColumnBuilder SetWidth(long? width)
            {
                this.width = width;
                return this;
            }