CopyOrMoveRowDirective Class |  |
A CopyOrMoveRowDirective object that holds information on the direction of the rows being copied or moved to.
Inheritance HierarchySystemObject
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
Syntaxpublic class CopyOrMoveRowDirective
Public Class CopyOrMoveRowDirective
public ref class CopyOrMoveRowDirective
type CopyOrMoveRowDirective = class end
The CopyOrMoveRowDirective type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | RowIds |
The IDs of the rows to move or copy from the source sheet
|
 | To |
A CopyOrMoveRowDestination object that identifies the destination sheet
|
Top
See Also