Smartsheet.Api.Models.RowWrapper.MoveRowBuilder.SetToBottom C# (CSharp) 메소드

SetToBottom() 공개 메소드

Sets the To bottom flag that puts the row at the bottom of the sheet.
public SetToBottom ( bool toBottom ) : MoveRowBuilder
toBottom bool the To bottom
리턴 MoveRowBuilder
            public virtual MoveRowBuilder SetToBottom(bool? toBottom)
            {
                this.toBottom = toBottom;
                return this;
            }