Note: This API is now obsolete.
TablePlotSortColumnCollection.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModel.DocumentNode
Spotfire.Dxp.Application.Visuals.TablePlotColumnCollection<TablePlotSortColumn>
Spotfire.Dxp.Application.Visuals.TablePlotSortColumnCollection
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 67.0.20819.4186 (67.0.20819.4186)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(2, 0)] [ObsoleteAttribute("Use TableSortInfoCollection instead")] public sealed class TablePlotSortColumnCollection : TablePlotColumnCollection<TablePlotSortColumn>
The TablePlotSortColumnCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Context |
Gets the context of this node.
(Inherited from DocumentNode.) |
![]() | Count | Gets the number of TablePlotVisibleColumns in the collection.
(Inherited from TablePlotColumnCollection<T>.) |
![]() | IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) |
![]() | Item | Returns the TablePlotColumn named columnName.
(Inherited from TablePlotColumnCollection<T>.) |
![]() | Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
Name | Description | |
---|---|---|
![]() | Add | Adds a TablePlotColumn representing the DataColumn named columnName in the DataTable that this TablePlotColumnCollection works on.
(Inherited from TablePlotColumnCollection<T>.) |
![]() | AddRange | Adds a TablePlotColumn for each column in columnNames.
(Inherited from TablePlotColumnCollection<T>.) |
![]() | Clear | Removes all TablePlotColumns from this collection.
(Inherited from TablePlotColumnCollection<T>.) |
![]() | Contains | Checks if columnName is contained in this collection.
(Inherited from TablePlotColumnCollection<T>.) |
![]() | ForEachNodeInSubTree<TNode> |
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 | Gets an enumerator.
(Inherited from TablePlotColumnCollection<T>.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Returns the index in the collection that the columnName has.
(Inherited from TablePlotColumnCollection<T>.) |
![]() | Insert | Creates a new TablePlotColumn from columnName and inserts it in the collection at the given index.
(Inherited from TablePlotColumnCollection<T>.) |
![]() | Move | Move the item at fromIndex to toIndex where both
indexes are prior to any insertion and removal operations.
(Inherited from TablePlotColumnCollection<T>.) |
![]() | Remove | Removes the column named columnName from the collection if it exists.
(Inherited from TablePlotColumnCollection<T>.) |
![]() | RemoveAt | Remove the TablePlotColumn located at index.
(Inherited from TablePlotColumnCollection<T>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
Obsolete (compiler warning) in 14.5
Obsolete (compiler warning) in 14.4
Obsolete (compiler warning) in 14.3
Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
Obsolete (compiler warning) in 12.5
Obsolete (compiler warning) in 12.4
Obsolete (compiler warning) in 12.3
Obsolete (compiler warning) in 12.2
Obsolete (compiler warning) in 12.1
Obsolete (compiler warning) in 12.0
Obsolete (compiler warning) in 11.8
See Also