BcfCellCopyTo Method |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
| Exception | Condition |
|---|---|
| ArgumentNullException | targetRow is null. |
Use CopyTo(BcfRow) instead of
targetRow.SetValueObject(myCell.Column.Name, myCell.GetValueObject())
If OwningRow and targetRow are in different tables, the target-cell will be resolved by column-name.
When assigning null to a not-nullable cell; default(T) will be assigned.