Click or drag to resize

RowWrapperInsertRowsBuilderSetRows Method

Sets the Rows.

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public InsertRowsBuilder SetRows(
	IList<Row> rows
)

Parameters

rows
Type: System.Collections.GenericIListRow
the Rows

Return Value

Type: InsertRowsBuilder
the insert Rows builder
See Also