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
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
Public Class ReportColumn
Inherits Column
public ref class ReportColumn : public Column
type ReportColumn =
class
inherit Column
end
The ReportColumn type exposes the following members.
Constructors Properties
| Name | Description |
---|
| SheetNameColumn |
Only included for the special "Sheet Name" report column
|
| VirtualId |
The virtual ID of this report column
|
TopSee Also