 | BcfChildRelationCellCollectionTryGetCell Method (String) |
Gets the cell with the specified name.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfChildRelationCell TryGetCell(
string relationName
)
Public Function TryGetCell (
relationName As String
) As BcfChildRelationCell
Parameters
- relationName
- Type: SystemString
The name of the cell to get.
Return Value
Type:
BcfChildRelationCellThe cell with the specified name; or
if
relationName not found.
See Also