Smartsheet.Api.Models.RowWrapper.InsertRowsBuilder.SetToBottom C# (CSharp) Метод

SetToBottom() публичный Метод

Sets the To bottom flag that puts the row at the bottom of the sheet.
public SetToBottom ( bool toBottom ) : InsertRowsBuilder
toBottom bool the To bottom
Результат InsertRowsBuilder
            public virtual InsertRowsBuilder SetToBottom(bool? toBottom)
            {
                this.toBottom = toBottom;
                return this;
            }