DataColumnCalculationDependencyCollection Columns Property TIBCO Spotfire 6.0 API Reference
The DataColumn objects that this dependency represents.

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

public ReadOnlyCollection<DataColumn> Columns { get; }

Property Value

Type: ReadOnlyCollection DataColumn 
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.
See Also