Click or drag to resize

RowUpdateRowBuilderSetAbove Method

Sets the above flag two move the Row directly above the specified sibling Row (at the same hierarchical level).

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 SetAbove(
	Nullable<bool> above
)

Parameters

above
Type: SystemNullableBoolean
the above flag

Return Value

Type: UpdateRowBuilder
the update row builder
See Also