 | BcfParentRelationCellCollectionTryGetCell Method (String, BcfParentRelationCell) |
[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 BcfParentRelationCell cell
)
Public Function TryGetCell (
relationName As String,
<OutAttribute> ByRef cell As BcfParentRelationCell
) As Boolean
Parameters
- relationName
- Type: SystemString
The relation-name of the cell to get. - cell
- Type: CalculationWorks.BusinessModelBcfParentRelationCell
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