Click or drag to resize

ReportColumn Class

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 Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsColumn
      Smartsheet.Api.ModelsReportColumn

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 ReportColumn : Column

The ReportColumn type exposes the following members.

Constructors
  NameDescription
Public methodReportColumn
Top
Properties
  NameDescription
Public propertySheetNameColumn
Only included for the special "Sheet Name" report column
Public propertyVirtualId
The virtual ID of this report column
Top
See Also