 | BcfParameterLinkKind Enumeration |
Parameter link kind enumeration
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic enum BcfParameterLinkKind
Public Enumeration BcfParameterLinkKind
Members|
| Member name | Value | Description |
|---|
| None | 0 |
Indicates the parameter is not linked with cells (e.g. static value or computed parameter).
|
| SingleCell | 1 |
Indicates the parameter is linked with a cell in same row as calculating row.
|
| NoOrSingleCell | 2 |
Indicates the parameter is linked with a cell in a parent row.
|
| ManyCells | 3 |
Indicates the parameter is linked with potential multiple cells (via child relation).
|
See Also