 |
| BcfUndoRedoItemRelatedRowSetOldRelatedRow Property |
Gets the old related row.
Namespace: CalculationWorks.BusinessModel.UndoRedoAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfRow OldRelatedRow { get; }Public ReadOnly Property OldRelatedRow As BcfRow
Get
public:
property BcfRow^ OldRelatedRow {
BcfRow^ get ();
}member OldRelatedRow : BcfRow with get
Property Value
Type:
BcfRowThe old related row.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also