DataColumnCollection Methods TIBCO Spotfire 7.11 API Reference

The DataColumnCollection type exposes the following members.

Methods

  Name Description
Public method AddCalculatedColumn
Add a new calculated column.
Public method AddHierarchyColumn
Add a new hierarchy column.
Public method AddTagsColumn
Add a new tags column.
Public method Contains
Check if this collection contains a column with the given name.
Public method CreateUniqueName
Create a new unique column name from a suggestion. The suggested name is used if possible.
Public method FindAll(String)
Find all columns which matches the given search pattern. For search syntax see TIBCO Spotfire user manual.
Public method FindAll(PredicateDataColumn)
Find all columns satisfying the Predicate.
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 IsValidName
Check if the suggested column name is a valid unique name in the collection.
Public method Remove(IEnumerableString)
Remove the columns with the given names.
Public method Remove(String)
Remove the column with the given name.
Public method Remove(DataColumn)
Remove the column from this collection.
Public method Remove(IEnumerableDataColumn)
Remove columns from this collection.
Public method TryGetValue
Try to get a column with a given name.
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