Smartsheet.Api.Models.Column.CreateSheetColumnBuilder.SetWidth C# (CSharp) Méthode

SetWidth() public méthode

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