Click or drag to resize

CopyOrMoveRowDirective Class

A CopyOrMoveRowDirective object that holds information on the direction of the rows being copied or moved to.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCopyOrMoveRowDirective

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 class CopyOrMoveRowDirective

The CopyOrMoveRowDirective type exposes the following members.

Constructors
  NameDescription
Public methodCopyOrMoveRowDirective
Top
Properties
  NameDescription
Public propertyRowIds
The IDs of the rows to move or copy from the source sheet
Public propertyTo
A CopyOrMoveRowDestination object that identifies the destination sheet
Top
See Also