ColumnReplacementCollection Methods TIBCO Spotfire 6.0 API Reference
The ColumnReplacementCollection type exposes the following members.
Methods

  NameDescription
Public methodAdd(String, ColumnSelection)
Replace the columns in selection with one created from expression.
Public methodAdd(String, ColumnSelection, IDataFormatter)
Replace the columns in selection with one created from expression.
Public methodAdd(String, String, ColumnSelection)
Replace the columns in selection with one created from expression.
Public methodAdd(String, String, ColumnSelection, IDataFormatter)
Replace the columns in selection with one created from expression.
Public methodClear
Clears the collection.
Public methodContains
Determines whether the collection contains a specific value.
Public methodCopyTo
Copies the elements of the collection to an Array, starting at a particular Array index.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index of the item.
Public methodInsert
Inserts an item at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the collection.
Public methodRemoveAt
Removes the item at the specified index.
Back to Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICollection ColumnReplacement  Add
Adds an item to the collection.
Explicit interface implemetationPrivate methodIEnumerable GetEnumerator
Returns an enumerator that iterates through a collection.
Back to Top
See Also