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
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
|
TopSee Also