 |
| BcfFunctionBaseInternalCurrentRow Property |
Gets the current row.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxprotected BcfRow CurrentRow { get; }Protected ReadOnly Property CurrentRow As BcfRow
Get
protected:
property BcfRow^ CurrentRow {
BcfRow^ get ();
}member CurrentRow : BcfRow with get
Property Value
Type:
BcfRowThe current row. When not calculating CurrentRow return
null
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also