Class ReportCell
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
The Cell object of a Report.
public class ReportCell : Cell
- Inheritance
-
ReportCell
- Inherited Members
Properties
VirtualColumnId
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.
public long? VirtualColumnId { get; set; }
Property Value
- long?