TablePlotVisibleColumnCollection Methods TIBCO Spotfire 7.11 API Reference

The TablePlotVisibleColumnCollection type exposes the following members.

Methods

  Name Description
Public method Add
Adds a TablePlotColumn representing the DataColumn named columnName in the DataTable that this TablePlotColumnCollection works on.
(Inherited from TablePlotColumnCollectionT.)
Public method AddRange
Adds a TablePlotColumn for each column in columnNames.
(Inherited from TablePlotColumnCollectionT.)
Public method Clear
Removes all TablePlotColumns from this collection.
(Inherited from TablePlotColumnCollectionT.)
Public method Contains
Checks if columnName is contained in this collection.
(Inherited from TablePlotColumnCollectionT.)
Public method GetEnumerator
Gets an enumerator.
(Inherited from TablePlotColumnCollectionT.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Returns the index in the collection that the columnName has.
(Inherited from TablePlotColumnCollectionT.)
Public method Insert
Creates a new TablePlotColumn from columnName and inserts it in the collection at the given index.
(Inherited from TablePlotColumnCollectionT.)
Public method Move
Move the item at fromIndex to toIndex where both indexes are prior to any insertion and removal operations.
(Inherited from TablePlotColumnCollectionT.)
Public method Remove
Removes the column named columnName from the collection if it exists.
(Inherited from TablePlotColumnCollectionT.)
Public method RemoveAt
Remove the TablePlotColumn located at index.
(Inherited from TablePlotColumnCollectionT.)
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference