TablePlotSortColumnCollection Methods

Spotfire 14.5 API Reference

The TablePlotSortColumnCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a TablePlotColumn representing the DataColumn named columnName in the DataTable that this TablePlotColumnCollection works on.
(Inherited from TablePlotColumnCollection<T>.)
Public methodAddRange
Adds a TablePlotColumn for each column in columnNames.
(Inherited from TablePlotColumnCollection<T>.)
Public methodClear
Removes all TablePlotColumns from this collection.
(Inherited from TablePlotColumnCollection<T>.)
Public methodContains
Checks if columnName is contained in this collection.
(Inherited from TablePlotColumnCollection<T>.)
Public methodForEachNodeInSubTree<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.)
Public methodGetEnumerator
Gets an enumerator.
(Inherited from TablePlotColumnCollection<T>.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index in the collection that the columnName has.
(Inherited from TablePlotColumnCollection<T>.)
Public methodInsert
Creates a new TablePlotColumn from columnName and inserts it in the collection at the given index.
(Inherited from TablePlotColumnCollection<T>.)
Public methodMove
Move the item at fromIndex to toIndex where both indexes are prior to any insertion and removal operations.
(Inherited from TablePlotColumnCollection<T>.)
Public methodRemove
Removes the column named columnName from the collection if it exists.
(Inherited from TablePlotColumnCollection<T>.)
Public methodRemoveAt
Remove the TablePlotColumn located at index.
(Inherited from TablePlotColumnCollection<T>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from TablePlotColumnCollection<T>.)
Explicit interface implementationPrivate methodINodeContext.GetAncestor<T> (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContext.GetService<T> (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContext.IsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.BeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
See Also

Reference