Cell Class |
Namespace: Smartsheet.Api.Models
The Cell type exposes the following members.
Name | Description | |
---|---|---|
ColumnId |
Gets the column Id for this cell.
| |
ColumnType |
Gets the column Type.
| |
ConditionalFormat |
The format descriptor describing this cell's conditional format. Only returned if the include query string
parameter contains format and this cell has a conditional format applied.
| |
DisplayValue |
Gets the display value used on special columns such as "Contact List".
| |
Format |
The format descriptor. Only returned if the include query string parameter contains format and this cell
has a non-default format applied.
| |
Formula |
Gets the formula for this cell.
| |
Hyperlink |
A hyperlink to a URL, sheet, or report
| |
Image |
Gets the Strict value for this cell.
| |
LinkInFromCell |
An inbound link from a cell in another sheet. This cell's value mirrors the linked cell's value.
| |
LinksOutToCells |
An array of CellLink objects. Zero or more outbound links from this cell to cells in other sheets
whose values mirror this cell's value.
| |
ObjectValue |
An object representation of a cell's value that is currently used for adding or updating predecessor cell values.
| |
OverrideValidation |
(Admin only) Indicates whether the cell value can contain a value outside of the validation limits (value = true).
When using this parameter, you must also set strict to false to bypass value type checking. This property is
honored for POST or PUT actions that update rows.
| |
Strict |
Gets the Strict value for this cell.
| |
Value |
Gets the value.
|