Click or drag to resize

BcfCellCollectionTryGetCell Method (String)

Gets the cell with the specified name if found; or if columnName not found.

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

Parameters

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

Return Value

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