Click or drag to resize

RowUpdateRowBuilderSetOutdent Method

Sets the number of times to outdent this 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 SetOutdent(
	Nullable<int> outdent
)

Parameters

outdent
Type: SystemNullableInt32

Return Value

Type: UpdateRowBuilder
See Also