Click or drag to resize

AbstractRowTColumn, TCellToBottom Property

Flag used to specify the location at which to create or move a row. Indicates that the row should be added to the bottom of the sheet, or, if used in conjunction with parentId, added as the last child of the parent. 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> ToBottom { get; set; }

Return Value

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