AbstractRowTColumn, TCellToBottom Property | |
Flag used to specify the location at which to create or move a row.
Indicates that the row should be added to the bottom of the sheet,
or, if used in conjunction with parentId, added as the last child of the parent.
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<bool> ToBottom { get; set; }
Public Property ToBottom As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> ToBottom {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member ToBottom : Nullable<bool> with get, set
Return Value
Type:
NullableBoolean true if row should be added to bottom
See Also