 |
| BcfTransactionBuilderUpdateRelatedRowCell Property |
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfRelatedRowCell UpdateRelatedRowCell { get; set; }Public Property UpdateRelatedRowCell As BcfRelatedRowCell
Get
Set
public:
property BcfRelatedRowCell^ UpdateRelatedRowCell {
BcfRelatedRowCell^ get ();
void set (BcfRelatedRowCell^ value);
}member UpdateRelatedRowCell : BcfRelatedRowCell with get, set
Property Value
Type:
BcfRelatedRowCellThe
BcfRelatedRowCell that should be updated.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also