Click or drag to resize

BcfColumnCollectionItem Property (String)

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

Gets the BcfColumn from the collection with the specified column name.

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

Parameters

columnName
Type: SystemString
Name of the column.

Property Value

Type: BcfColumn
The BcfColumn in the Collection with the specified Name.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is null.
ArgumentExceptioncolumnName not in list
Version Information

BCF

Supported in: 4.0
See Also