DataColumn Class TIBCO Spotfire 6.0 API Reference
This is a data column which is part of a data table and can be used to retrieve data on row values, hierarchies and properties. The data column implements the IDataColumn which is to be used for non-modification operations on the data column. This class has no public constructors, see the DataColumnCollection class for methods which create data columns.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Data DataColumn

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

[SerializableAttribute]
[PersistenceVersionAttribute(11, 0)]
public sealed class DataColumn : DocumentNode, 
	IDataColumn, INamable, ISearchablePropertyContainer, IDataPropertyContainer, IDataPropertiesAccessor, 
	IRowValueProvider, IDependentComponent
See Also