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