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
)
Public Function SetCells (
cells As IList(Of Cell)
) As UpdateRowBuilder
public:
UpdateRowBuilder^ SetCells(
IList<Cell^>^ cells
)
member SetCells :
cells : IList<Cell> -> UpdateRowBuilder
Parameters
- cells
- Type: System.Collections.GenericIListCell
the list of cells
Return Value
Type:
UpdateRowBuilder the update row builder
See Also