Click or drag to resize

BcfParentRelationCellCollectionTryGetCell Method (String)

Gets the cell with the specified name.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfParentRelationCell TryGetCell(
	string relationName
)

Parameters

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

Return Value

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