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