public interface RowColumnResources
| Modifier and Type | Method and Description |
|---|---|
void |
addImageToCell(long sheetId,
long rowId,
long columnId,
String file,
String fileType)
Uploads an image to the specified cell within a sheet.
|
void |
addImageToCell(long sheetId,
long rowId,
long columnId,
String file,
String fileType,
boolean overrideValidation,
String altText)
Uploads an image to the specified cell within a sheet.
|
PagedResult<CellHistory> |
getCellHistory(long sheetId,
long rowId,
long columnId,
PaginationParameters parameters)
Get the cell modification history.
|
PagedResult<CellHistory> getCellHistory(long sheetId, long rowId, long columnId, PaginationParameters parameters) throws SmartsheetException
rowId - the row idsheetId - the sheet IdcolumnId - the column idparameters - the pagination parametersSmartsheetException - the smartsheet exceptionvoid addImageToCell(long sheetId,
long rowId,
long columnId,
String file,
String fileType)
throws FileNotFoundException,
SmartsheetException
sheetId - the sheet IdrowId - the row idcolumnId - the column idfile - the file pathfileType - ResourceNotFoundException rather than returning null).SmartsheetException - the smartsheet exceptionFileNotFoundException - image file not foundvoid addImageToCell(long sheetId,
long rowId,
long columnId,
String file,
String fileType,
boolean overrideValidation,
String altText)
throws FileNotFoundException,
SmartsheetException
sheetId - the sheet IdrowId - the row idcolumnId - the column idfile - the file pathfileType - overrideValidation - override column type validation
ResourceNotFoundException rather than returning null).SmartsheetException - the smartsheet exceptionFileNotFoundException - image file not foundCopyright © 2014–2017 Smartsheet. All rights reserved.