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

SetRows() public method

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