Click or drag to resize

BcfReflectedColumnCollectionItem Property (String)

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

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

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
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
See Also