DataColumnCalculationDependencyCollectionColumns Property TIBCO Spotfire 7.9 API Reference
The DataColumn objects that this dependency represents.

Namespace: Spotfire.Dxp.Application.Calculations
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax

C#
public ReadOnlyCollection<DataColumn> Columns { get; }

Property Value

Type: ReadOnlyCollectionDataColumn
Remarks

Note that these are the existing dependencies. A dependency might be added and be reported here but is subsequently deleted by the user in which case it will not show up here.
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference