Smartsheet.Api.Models.RowWrapper.InsertRowsBuilder.SetRows C# (CSharp) 메소드

SetRows() 공개 메소드

Sets the Rows.
public SetRows ( IList rows ) : InsertRowsBuilder
rows IList the Rows
리턴 InsertRowsBuilder
            public virtual InsertRowsBuilder SetRows(IList<Row> rows)
            {
                this.rows = rows;
                return this;
            }