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

SetTitle() public method

Sets the Title for the column.
public SetTitle ( string title ) : UpdateColumnBuilder
title string the Title
return UpdateColumnBuilder
            public virtual UpdateColumnBuilder SetTitle(string title)
            {
                this.title = title;
                return this;
            }