Click or drag to resize

Cell Class

Represents the Cell object that holds data in a sheet.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCell
    Smartsheet.Api.ModelsCellHistory
    Smartsheet.Api.ModelsReportCell

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class Cell

The Cell type exposes the following members.

Constructors
  NameDescription
Public methodCell
Top
Properties
  NameDescription
Public propertyColumnId
Gets the column Id for this cell.
Public propertyColumnType
Gets the column Type.
Public propertyConditionalFormat
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.
Public propertyDisplayValue
Gets the display value used on special columns such as "Contact List".
Public propertyFormat
The format descriptor. Only returned if the include query string parameter contains format and this cell has a non-default format applied.
Public propertyFormula
Gets the formula for this cell.
Public propertyHyperlink
A hyperlink to a URL, sheet, or report
Public propertyImage
Gets the Strict value for this cell.
Public propertyLinkInFromCell
An inbound link from a cell in another sheet. This cell's value mirrors the linked cell's value.
Public propertyLinksOutToCells
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.
Public propertyObjectValue
An object representation of a cell's value that is currently used for adding or updating predecessor cell values.
Public propertyOverrideValidation
(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.
Public propertyStrict
Gets the Strict value for this cell.
Public propertyValue
Gets the value.
Top
See Also