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

Namespace: Spotfire.Dxp.Application.Calculations
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
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.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also