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