SummaryTableVisibleColumnCollection Methods TIBCO Spotfire 7.11 API Reference

The SummaryTableVisibleColumnCollection type exposes the following members.

Methods

  Name Description
Public method AddNew
Add an existing data column by name.
Public method Clear
Clears the collection.
Public method Contains(String)
Checks if columnName is contained in this collection.
Public method Contains(SummaryTableVisibleColumn)
Determines whether this SummaryTableVisibleColumnCollection contains the specified column.
Public method GetEnumerator
Gets an enumerator.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Returns the index in the collection that the column has.
Public method Move
Move the item at fromIndex to toIndex where both indexes are prior to any insertion and removal operations.
Public method Remove(String)
Removes the column named columnName from the collection if it exists.
Public method Remove(SummaryTableVisibleColumn)
Removes a column from the collection.
Public method RemoveAt
Remove the SummaryTableVisibleColumn located at index.
Top
Explicit Interface Implementations

  Name Description
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