This interface provides methods to access Column resources.
Thread Safety: Implementation of this interface must be thread safe.
@Deprecated public interface ColumnResources
| Modifier and Type | Method and Description |
|---|---|
void |
deleteColumn(long id,
long sheetId)
Deprecated.
As of release 2.0
|
Column |
updateColumn(Column column)
Deprecated.
As of release 2.0
|
@Deprecated Column updateColumn(Column column)
column - the column to update@Deprecated void deleteColumn(long id, long sheetId)
id - id of the columnsheetId - the sheet idCopyright © 2014–2019 Smartsheet. All rights reserved.