 | BcfChildRelationCellCollectionTryGetCell Method (String) |
[This is preliminary documentation and is subject to change.]
Gets the cell with the specified name.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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
null if
relationName not found.
See Also