DataColumnSignatureCollection ColumnInformation Property TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also