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

SetTitle() public method

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