 | 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
Syntaxpublic BcfColumn this[
string columnName
] { get; }Public ReadOnly Default Property Item (
columnName As String
) As BcfColumn
Get
Parameters
- columnName
- Type: SystemString
Name of the column.
Property Value
Type:
BcfColumnThe
BcfColumn in the Collection with the specified
Name.
Exceptions
See Also