CalculationSettingsAddDependency Method

Spotfire 14.3 API Reference
Overload List

  NameDescription
Protected methodAddDependency(CalculationDependencyIdentifier, DataColumn)
Creates a dependency on a DataColumn identified by identifier. If a dependency with that identifier already exists it will replace the old dependency with the new one.
Protected methodAddDependency(CalculationDependencyIdentifier, DataSelection)
Creates a dependency on a dataselection identified by identifier. If a dependency with that identifier already exists it will replace the old dependency with the new one.
Protected methodAddDependency(CalculationDependencyIdentifier, IEnumerableDataColumn)
Creates a dependency on a number of DataColumn objects identified by identifier. If a dependency with that identifier already exists it will replace the old dependency with the new one.
Top
See Also

Reference