Click or drag to resize

CellDataItem Class

Represents the widget object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCellDataItem

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 CellDataItem

The CellDataItem type exposes the following members.

Constructors
  NameDescription
Public methodCellDataItem
Top
Properties
  NameDescription
Public propertyCell
Cell Object.
Public propertyColumnId
Column Id for each item
Public propertyDataSource
CELL
Public propertyLabel
Label for the data point. This will be either the column name or a user-provided string.
Public propertyLabelFormat
formatDescriptor.
Public propertyObjectValue
The type of data returned will depend on the cell type and the data in the cell.
Public propertyOrder
The display order for the CellDataItem.
Public propertyProfileField
Contains the SummaryField when dataSource is SUMMARY_FIELD
Public propertyRowId
Row Id for each item
Public propertySheetId
Sheet Id for each item
Public propertyValueFormat
formatDescriptor.
Top
See Also