| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
CopyOrMoveRowResult |
SheetRowResources.copyRows(Long sheetId,
EnumSet<RowCopyInclusion> includes,
Boolean ignoreRowsNotFound,
CopyOrMoveRowDirective copyParameters)
Copies Row(s) from the Sheet specified in the URL to (the bottom of) another sheet.
|
| Modifier and Type | Method and Description |
|---|---|
static RowCopyInclusion |
RowCopyInclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowCopyInclusion[] |
RowCopyInclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.