Click or drag to resize

BcfChildRelationCellCollectionTryGetCell Method (String, BcfChildRelationCell)

Gets the cell associated with the specified relationName.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool TryGetCell(
	string relationName,
	out BcfChildRelationCell cell
)

Parameters

relationName
Type: SystemString
The relation-name of the cell to get.
cell
Type: CalculationWorks.BusinessModelBcfChildRelationCell
When this method returns, contains the cell associated with the specified relationName, if the relationName is found; otherwise .

Return Value

Type: Boolean
true if the collection contains an element with the specified relationName; otherwise, false.
See Also