DataColumnCalculationDependencyCollection Columns Property TIBCO Spotfire 5.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: 11.15.5816.4413 (11.15.5816.4413)
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: 5.5, 5.0, 4.5, 4.0, 3.3
See Also