Click or drag to resize

RowAddRowBuilderSetCells Method

Sets the cells of the row.

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 AddRowBuilder SetCells(
	IList<Cell> cells
)

Parameters

cells
Type: System.Collections.GenericIListCell
the cells

Return Value

Type: AddRowBuilder
the add row builder
See Also