Click or drag to resize

BcfCellCollectionTryGetCell Method (String)

[This is preliminary documentation and is subject to change.]

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

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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 null if columnName not found.
See Also