TableColumnCollection class.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsTableColumnCollection
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(26, 0)] public sealed class TableColumnCollection : DocumentNode, IEnumerable<TableColumn>, IEnumerable
The TableColumnCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Count |
Gets the count.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| Add(DataColumn) |
Adds a table plot column for the specified data column.
| |
| Add(VirtualColumn) |
Adds a table plot column for the specified virtual column.
| |
| Add(DataColumn, TypeIdentifier) |
Adds a table plot column with a value renderer for the specified data
column.
| |
| Add(VirtualColumn, TypeIdentifier) |
Adds a table plot column with a value
renderer for the specified virtual column.
| |
| AddRange(IEnumerableDataColumn) |
Adds multiple data columns to the table plot.
| |
| AddRange(IEnumerableVirtualColumn) |
Adds multiple virtual columns to the table plot.
| |
| Clear |
Clears the collection.
| |
| Contains(DataColumn) |
Determines if a data column is present in the collection.
| |
| Contains(VirtualColumn) |
Determines if a virtual column is present in the collection.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove(DataColumn) |
Removes a data column from the table plot.
| |
| Remove(VirtualColumn) |
Removes a virtual column from the table plot.
| |
| SetValueRenderer(DataColumn, TypeIdentifier) |
Sets the value renderer for the plot column corresponding
to a given data column.
| |
| SetValueRenderer(VirtualColumn, TypeIdentifier) |
Sets the value renderer for the plot column corresponding to a
given virtual column.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetTableColumn(DataColumn, TableColumn) |
Gets the table column for a given data column provided it is present in the collection.
| |
| TryGetTableColumn(VirtualColumn, TableColumn) |
Gets the table column for a given virtual column provided it is present in the collection.
|
Explicit Interface Implementations
Version Information
See Also