public class CellLink extends Object
| Constructor and Description |
|---|
CellLink() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getColumnId()
Gets Column ID of the linked cell.
|
Long |
getRowId()
Gets Row ID of the linked cell.
|
Long |
getSheetId()
Gets the Sheet ID of the sheet that the linked cell belongs to.
|
String |
getSheetName()
Gets Sheet name of the linked cell.
|
String |
getStatus()
Gets the status.
|
CellLink |
setColumnId(Long columnId)
Sets Column ID of the linked cell
|
CellLink |
setRowId(Long rowId)
Sets
|
CellLink |
setSheetId(Long sheetId)
Sets the Sheet ID of the sheet that the linked cell belongs to
|
CellLink |
setSheetName(String sheetName)
Sets Sheet name of the linked cell
|
CellLink |
setStatus(String status)
Sets the status
|
public String getStatus()
public Long getSheetId()
public CellLink setSheetId(Long sheetId)
sheetId - the sheetIdpublic Long getRowId()
public Long getColumnId()
public CellLink setColumnId(Long columnId)
columnId - the column IDpublic String getSheetName()
Copyright © 2014–2017 Smartsheet. All rights reserved.