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