 |
| BcfColumnCollectionItem Property (String) |
Gets the
BcfColumn from the collection with the specified column name.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfColumn this[
string columnName
] { get; }Public ReadOnly Default Property Item (
columnName As String
) As BcfColumn
Get
public:
property BcfColumn^ default[String^ columnName] {
BcfColumn^ get (String^ columnName);
}member Item : BcfColumn with get
Parameters
- columnName
- Type: SystemString
Name of the column.
Property Value
Type:
BcfColumnThe
BcfColumn in the Collection with the specified
Name.
Exceptions
RemarksThe collection is case-sensitive when it searches for column names.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also