Click or drag to resize

UpdateCellBuilder Class

A convenience class for updating a cell with the necessary fields for inserting into a list of cells.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsUpdateCellBuilder

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 UpdateCellBuilder

The UpdateCellBuilder type exposes the following members.

Constructors
  NameDescription
Public methodUpdateCellBuilder
Set required properties.
Top
Methods
  NameDescription
Public methodBuild
Builds and returns the Cell object.
Public methodGetColumnId
Gets the column Id.
Public methodGetFormat
Gets the format.
Public methodGetHyperlink
Gets the hyperLink
Public methodGetLinkInFromCell
Gets link in from cell.
Public methodGetStrict
Gets the Strict.
Public methodGetValue
Gets the value.
Public methodSetColumnId
Sets the column Id
Public methodSetFormat
Sets the format.
Public methodSetHyperlink
(optional) with exactly one of the following attributes set:
  • url
  • sheetId
  • reportId
Public methodSetLinkInFromCell
(optional) with all of the following attributes set:
  • sheetId
  • rowId
  • columnId
Public methodSetStrict
Sets the strict.
Public methodSetValue
Sets the value.
Top
See Also