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

  NameDescription
Public methodAdd
Adds a selection of columns to remove.
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
Properties

  NameDescription
Public propertyCount
The number of items in the collection.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
Public propertyItem
Gets or sets the element at the specified index.
Back to Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICollection ColumnRemoval  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