 | 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
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
Version InformationBCF
Supported in: 4.0
See Also