| Package | Description |
|---|---|
| com.smartsheet.api |
| Modifier and Type | Method and Description |
|---|---|
PartialRowUpdateResult |
SheetRowResources.addRowsAllowPartialSuccess(long sheetId,
List<Row> rows)
Insert rows to a sheet, allowing partial success.
|
PartialRowUpdateResult |
SheetRowResources.updateRowsAllowPartialSuccess(long sheetId,
List<Row> rows)
Update rows, but allow partial success.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.