Represents a column visible in a table plot.
Inheritance Hierarchy
Spotfire.Dxp.Application.VisualsTableColumn
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 23.18.9504.3877 (23.18.9504.3877)
Syntax
C#
[NotPersistedAttribute] public sealed class TableColumn
The TableColumn type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DataColumn |
Gets the DataColumn associated with this object. This property is null for virtual columns.
| |
| Name |
The name of the column.
| |
| ValueRendererSettings |
Gets or sets the column's value renderer model/settings.
| |
| Width |
Gets or sets the width.
| |
| VirtualColumn |
Gets the VirtualColumn associated with this object.
This property is null if this table column is based on a DataColumn.
|
Version Information
See Also