Click or drag to resize

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
Syntax
public BcfChildRelationCell TryGetCell(
	string relationName
)

Parameters

relationName
Type: SystemString
The name of the cell to get.

Return Value

Type: BcfChildRelationCell
The cell with the specified name; or null if relationName not found.
See Also