RowWrapperToTop Property | |
Gets the to top flag that puts the row at the top of the sheet.
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 the to top
See Also