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

SetToTop() 공개 메소드

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
리턴 MoveRowBuilder
            public virtual MoveRowBuilder SetToTop(bool? toTop)
            {
                this.toTop = toTop;
                return this;
            }