ColumnAdditionCollection Methods TIBCO Spotfire 7.6 API Reference

The ColumnAdditionCollection type exposes the following members.

Methods

  Name Description
Public method Add(String)
Adds a column computed from the expression.
Public method Add(String, IDataFormatter)
Adds a column computed from the expression.
Public method Add(String, String)
Adds a column computed from the expression.
Public method Add(String, String, IDataFormatter)
Adds a column computed from the expression.
Public method Clear
Clears the collection.
Public method Contains
Determines whether the collection contains a specific value.
Public method CopyTo
Copies the elements of the collection to an Array, starting at a particular Array index.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Returns the index of the item.
Public method Insert
Inserts an item at the specified index.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Removes the first occurrence of a specific object from the collection.
Public method RemoveAt
Removes the item at the specified index.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method ICollectionColumnAdditionAdd
Adds an item to the collection.
Explicit interface implementation Private method IEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
See Also

Reference