RowUpdateRowBuilderSetSiblingId Method | |
Sets the sibling Id that puts the row as the next row at the same hierarchical level of 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 SetSiblingId(
Nullable<long> siblingId
)
Public Function SetSiblingId (
siblingId As Nullable(Of Long)
) As UpdateRowBuilder
public:
UpdateRowBuilder^ SetSiblingId(
Nullable<long long> siblingId
)
member SetSiblingId :
siblingId : Nullable<int64> -> UpdateRowBuilder
Parameters
- siblingId
- Type: SystemNullableInt64
the sibling Id
Return Value
Type:
UpdateRowBuilder the update row builder
See Also