Click or drag to resize

RowMapping Class

Information between the source and destination sheet of rows that were copied or moved.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsRowMapping

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 RowMapping

The RowMapping type exposes the following members.

Constructors
  NameDescription
Public methodRowMapping
Top
Properties
  NameDescription
Public propertyFrom
Row ID in the source sheet
Public propertyTo
Row ID in the source sheet
Top
See Also