RowWrapperMoveRowBuilderToTop Property | |
Gets the to top.
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; }
Public ReadOnly Property ToTop As Nullable(Of Boolean)
Get
public:
property Nullable<bool> ToTop {
Nullable<bool> get ();
}
member ToTop : Nullable<bool> with get
Return Value
Type:
NullableBoolean the to top
See Also