Click or drag to resize

ReportCell Class

The Cell object of a Report.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCell
    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 ReportCell : Cell

The ReportCell type exposes the following members.

Constructors
  NameDescription
Public methodReportCell
Top
Properties
  NameDescription
Public propertyVirtualColumnId
The virtualId of this cell's column. virtualColumnId refers to this cell's parent column in this report, while columnId refers to the cell's parent column in its originating source sheet.
Top
See Also