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
)
Public Function SetAbove (
above As Nullable(Of Boolean)
) As UpdateRowBuilder
public:
UpdateRowBuilder^ SetAbove(
Nullable<bool> above
)
member SetAbove :
above : Nullable<bool> -> UpdateRowBuilder
Parameters
- above
- Type: SystemNullableBoolean
the above flag
Return Value
Type:
UpdateRowBuilder the update row builder
See Also