Click or drag to resize

BcfParameterLinkKind Enumeration

Parameter link kind enumeration

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public enum BcfParameterLinkKind
Members
  Member nameValueDescription
None0 Indicates the parameter is not linked with cells (e.g. static value or computed parameter).
SingleCell1 Indicates the parameter is linked with a cell in same row as calculating row.
NoOrSingleCell2 Indicates the parameter is linked with a cell in a parent row.
ManyCells3 Indicates the parameter is linked with potential multiple cells (via child relation).
See Also