C# Class Smartsheet.Api.Models.ReportColumn

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.
Inheritance: Column
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk