Click or drag to resize

RowUpdateRowBuilder Constructor

Sets the required parameters to updating a 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 UpdateRowBuilder(
	Nullable<long> rowId
)

Parameters

rowId
Type: SystemNullableInt64
the row ID
See Also