Click or drag to resize

BcfCellCollectionItem Property (String)

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

Gets the BcfCell with the specified name.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public BcfCell this[
	string columnName
] { get; }

Parameters

columnName
Type: SystemString
The column name.

Return Value

Type: BcfCell
The BcfCell with the specified name.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is null.
ArgumentExceptionThe column specified by columnName cannot be found.
Version Information

BCF

Supported in: 4.0
See Also