 |
| BcfFunctionBaseInternalCurrentRow Property |
Gets the current row.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxprotected BcfRow CurrentRow { get; }Protected ReadOnly Property CurrentRow As BcfRow
Get
Property Value
Type:
BcfRowThe current row. When not calculating CurrentRow return
null
See Also