Click or drag to resize

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; }

Return Value

Type: NullableBoolean
true if row should be added to top
See Also