public class RowMapping extends Object
| Constructor and Description |
|---|
RowMapping() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFrom()
Gets the Row ID in the source sheet.
|
Long |
getTo()
Gets the Row ID in the destination sheet.
|
RowMapping |
setFrom(Long from)
Sets the Row ID in the source sheet.
|
RowMapping |
setTo(Long to)
Sets the Row ID in the destination sheet.
|
public Long getFrom()
public RowMapping setFrom(Long from)
from - the Row ID in the source sheetpublic Long getTo()
public RowMapping setTo(Long to)
to - Row ID in the destination sheetCopyright © 2014–2017 Smartsheet. All rights reserved.