Smartsheet.Api.Models.Column.UpdateColumnBuilder.SetTitle C# (CSharp) 메소드

SetTitle() 공개 메소드

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