Collection of columns used in the plot.
This collection contains the columns visible in a SummaryTable.
The collection is synchronized with changes in the underlying data, such
as remove, add and rename of columns.
Inheritance Hierarchy
Spotfire.Dxp.Framework.DocumentModelNode
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsSummaryTableVisibleColumnCollection
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[SerializableAttribute] [FriendVisibleAttribute(false)] [PersistenceVersionAttribute(2, 0)] public sealed class SummaryTableVisibleColumnCollection : DocumentNode, IEnumerable<SummaryTableVisibleColumn>, IEnumerable
The SummaryTableVisibleColumnCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddNew | Add an existing data column by name.
| |
| Clear | Clears the collection.
| |
| Contains(String) | Checks if columnName is contained in this collection.
| |
| Contains(SummaryTableVisibleColumn) | Determines whether this
SummaryTableVisibleColumnCollection contains the specified column.
| |
| GetEnumerator | Gets an enumerator.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | Returns the index in the collection that the column has.
| |
| Move | Move the item at fromIndex to toIndex where both
indexes are prior to any insertion and removal operations.
| |
| Remove(String) | Removes the column named columnName from the collection if it exists.
| |
| Remove(SummaryTableVisibleColumn) | Removes a column from the collection.
| |
| RemoveAt | Remove the SummaryTableVisibleColumn located at index.
|
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Count | Gets the number of SummaryTableVisibleColumns in the collection.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| ItemInt32 | Returns the SummaryTableVisibleColumn at the given index.
| |
| ItemString | Returns the SummaryTableVisibleColumn for the data column named columnName.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) | |
| INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) | |
| INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) | |
| INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) | |
| ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) | |
| ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) | |
| ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) | |
| ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
Version Information
See Also