 | BcfChildRelationCellCollectionTryGetCell Method (String, BcfChildRelationCell) |
[This is preliminary documentation and is subject to change.]
Gets the cell associated with the specified relationName.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic bool TryGetCell(
string relationName,
out BcfChildRelationCell cell
)
Public Function TryGetCell (
relationName As String,
<OutAttribute> ByRef cell As BcfChildRelationCell
) As Boolean
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 null.
Return Value
Type:
Booleantrue if the collection contains an element with the specified
relationName; otherwise, false.
See Also