Click or drag to resize

RowUpdateRowBuilderSetCells Method

Sets the list of cells.

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

Parameters

cells
Type: System.Collections.GenericIListCell
the list of cells

Return Value

Type: UpdateRowBuilder
the update row builder
See Also