DataColumnSignatureCollection ColumnInformation Property TIBCO Spotfire 7.0 API Reference
Gets a readonly list of the column signatures in the collection.

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

[ObsoleteAttribute("This property is not used anywhere and does not need to be used.")]
public IList<DataColumnSignature> ColumnInformation {
	[EditorBrowsableAttribute(EditorBrowsableState.Never)]
	get;
 }

Property Value

Type: IList DataColumnSignature 
Remarks

Columns should not be added to this list, the list should be sent into the constructor.
Version Information

Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also