Click or drag to resize

RowUpdateRowBuilderSetIndent Method

Sets the number of times to indent 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 SetIndent(
	Nullable<int> indent
)

Parameters

indent
Type: SystemNullableInt32

Return Value

Type: UpdateRowBuilder
See Also