TableColumnCollection Methods TIBCO Spotfire 7.11 API Reference

The TableColumnCollection type exposes the following members.

Methods

  Name Description
Public method Add(DataColumn)
Adds a table plot column for the specified data column.
Public method Add(VirtualColumn)
Adds a table plot column for the specified virtual column.
Public method Add(DataColumn, TypeIdentifier)
Adds a table plot column with a value renderer for the specified data column.
Public method Add(VirtualColumn, TypeIdentifier)
Adds a table plot column with a value renderer for the specified virtual column.
Public method AddRange(IEnumerableDataColumn)
Adds multiple data columns to the table plot.
Public method AddRange(IEnumerableVirtualColumn)
Adds multiple virtual columns to the table plot.
Public method Clear
Clears the collection.
Public method Contains(DataColumn)
Determines if a data column is present in the collection.
Public method Contains(VirtualColumn)
Determines if a virtual column is present in the collection.
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Remove(DataColumn)
Removes a data column from the table plot.
Public method Remove(VirtualColumn)
Removes a virtual column from the table plot.
Public method SetValueRenderer(DataColumn, TypeIdentifier)
Sets the value renderer for the plot column corresponding to a given data column.
Public method SetValueRenderer(VirtualColumn, TypeIdentifier)
Sets the value renderer for the plot column corresponding to a given virtual column.
Public method TryGetTableColumn(DataColumn, TableColumn)
Gets the table column for a given data column provided it is present in the collection.
Public method TryGetTableColumn(VirtualColumn, TableColumn)
Gets the table column for a given virtual column provided it is present in the collection.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
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