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;
            }