AbstractRowTColumn, TCellOutdent Property | |
integer value specifying the number of levels to outdent this row.
This attribute can be specified in a request, but will never be present in a response.
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 Nullable<int> Outdent { get; set; }
Public Property Outdent As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> Outdent {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Outdent : Nullable<int> with get, set
Return Value
Type:
NullableInt32 the number of levels to outdent this row
See Also