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