Table of Contents

Class RowMapping

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Information between the source and destination sheet of rows that were copied or moved.

public class RowMapping
Inheritance
RowMapping
Inherited Members

Properties

From

Row ID in the source sheet

public long From { get; set; }

Property Value

long

To

Row ID in the source sheet

public long To { get; set; }

Property Value

long