Smartsheet.Api.Models.RowWrapper.InsertRowsBuilder.SetToBottom C# (CSharp) Method

SetToBottom() public method

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
return InsertRowsBuilder
            public virtual InsertRowsBuilder SetToBottom(bool? toBottom)
            {
                this.toBottom = toBottom;
                return this;
            }