| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
PagedResult<CellHistory> |
RowColumnResources.getCellHistory(long sheetId,
long rowId,
long columnId,
PaginationParameters pagination,
EnumSet<CellHistoryInclusion> includes,
Integer level)
Get the cell modification history.
|
| Modifier and Type | Method and Description |
|---|---|
static CellHistoryInclusion |
CellHistoryInclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellHistoryInclusion[] |
CellHistoryInclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.