 | IBcfParameterGetSourceRow Method |
Return the source row to read parameter value.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
SyntaxBcfRow GetSourceRow(
BcfRow calculatingRow
)
Function GetSourceRow (
calculatingRow As BcfRow
) As BcfRow
Parameters
- calculatingRow
- Type: CalculationWorks.BusinessModelBcfRow
The calculating row.
Return Value
Type:
BcfRowThe source row to read parameter value.
See Also