AbstractRowTColumn, TCellAbove Property | |
Flag used to specify the location at which to create or move a row.
Optionally used in conjunction with siblingId with a value of true to
indicate that the row should be added above the specified sibling 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<bool> Above { get; set; }
Public Property Above As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> Above {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Above : Nullable<bool> with get, set
Return Value
Type:
NullableBoolean true if to be added above sibling row
See Also