Smartsheet.Api.Models.RowWrapper.MoveRowBuilder.SetToTop C# (CSharp) Method

SetToTop() public method

Sets the To top flag that puts the row at the top of the sheet.
public SetToTop ( bool toTop ) : MoveRowBuilder
toTop bool the To top
return MoveRowBuilder
            public virtual MoveRowBuilder SetToTop(bool? toTop)
            {
                this.toTop = toTop;
                return this;
            }