 |
| BcfTransactionBuilderUpdateRelatedRowsCell Property |
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfRelatedRowsCell UpdateRelatedRowsCell { get; set; }Public Property UpdateRelatedRowsCell As BcfRelatedRowsCell
Get
Set
public:
property BcfRelatedRowsCell^ UpdateRelatedRowsCell {
BcfRelatedRowsCell^ get ();
void set (BcfRelatedRowsCell^ value);
}member UpdateRelatedRowsCell : BcfRelatedRowsCell with get, set
Property Value
Type:
BcfRelatedRowsCellThe the
BcfRelatedRowsCell that should be updated.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also