ExpressionColumnCollection T  Class TIBCO Spotfire 6.0 API Reference
Collection class for ExpressionColumns.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Framework.DocumentModel DocumentNodeListBase T 
        Spotfire.Dxp.Framework.DocumentModel DocumentNodeList T 
          Spotfire.Dxp.Application.Visuals ExpressionColumnCollection T 
            Spotfire.Dxp.Application.Visuals ParallelCoordinatePlotColumnCollection

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]
[PersistenceVersionAttribute(2, 0)]
public abstract class ExpressionColumnCollection<T> : DocumentNodeList<T>, 
	ICollection<IExpressionColumn>, IEnumerable<IExpressionColumn>, IEnumerable 
where T : ExpressionColumn
Type Parameters

T
See Also