Class CopyOrMoveRowDirective
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
A CopyOrMoveRowDirective object that holds information on the direction of the rows being copied or moved to.
public class CopyOrMoveRowDirective
- Inheritance
-
CopyOrMoveRowDirective
- Inherited Members
Properties
RowIds
The IDs of the rows to move or copy from the source sheet
public IList<long> RowIds { get; set; }
Property Value
Remarks
Up to 5,000 row IDs can be specified in the request, but if the total number of rows in the destination sheet after the copy exceeds the Smartsheet row limit, an error response will be returned.
To
A CopyOrMoveRowDestination object that identifies the destination sheet
public CopyOrMoveRowDestination To { get; set; }