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
)
Public Function SetOutdent (
outdent As Nullable(Of Integer)
) As UpdateRowBuilder
public:
UpdateRowBuilder^ SetOutdent(
Nullable<int> outdent
)
member SetOutdent :
outdent : Nullable<int> -> UpdateRowBuilder
Parameters
- outdent
- Type: SystemNullableInt32
Return Value
Type:
UpdateRowBuilderSee Also