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

Namespace: Spotfire.Dxp.Application.Calculations
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
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.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference