SummaryTableVisibleColumnCollection Class TIBCO Spotfire 6.0 API Reference
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

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals SummaryTableVisibleColumnCollection

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[FriendVisibleAttribute(false)]
[PersistenceVersionAttribute(2, 0)]
public sealed class SummaryTableVisibleColumnCollection : DocumentNode, 
	IEnumerable<SummaryTableVisibleColumn>, IEnumerable
See Also