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
)
Public Function SetRows (
rows As IList(Of Row)
) As InsertRowsBuilder
public:
InsertRowsBuilder^ SetRows(
IList<Row^>^ rows
)
member SetRows :
rows : IList<Row> -> InsertRowsBuilder
Parameters
- rows
- Type: System.Collections.GenericIListRow
the Rows
Return Value
Type:
InsertRowsBuilder the insert Rows builder
See Also