 | BcfColumnCollectionItem Property (String) |
Gets the
BcfColumn from the collection with the specified column name.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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