Click or drag to resize

AddCellBuilder Class

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

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 AddCellBuilder

The AddCellBuilder type exposes the following members.

Constructors
  NameDescription
Public methodAddCellBuilder
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 methodGetStrict
Gets the Strict option.
Public methodGetValue
Gets the value.
Public methodSetColumnId
Sets the column Id
Public methodSetFormat
Sets the format.
Public methodSetHyperlink
Sets the hyperlink.
Public methodSetStrict
Sets whether cells is Strict or not.
Public methodSetValue
Sets the cell value
Top
See Also