Class ReportColumn
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
A report column is a "virtual" column, in that it appears identical to source sheet column(s), but is in fact a different column belonging to the report.
Cells in the report refer to this column via their virtualColumnId attribute, and their actual column from their source sheet via their columnId attribute.
public class ReportColumn : Column
- Inheritance
-
ReportColumn
- Inherited Members
Properties
SheetNameColumn
Only included for the special "Sheet Name" report column
public bool? SheetNameColumn { get; set; }
Property Value
- bool?
VirtualId
The virtual ID of this report column
public long? VirtualId { get; set; }
Property Value
- long?