 |
| BcfRowItem Property (String) |
Gets the
BcfCell with the specified
columnName.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfCell this[
string columnName
] { get; }Public ReadOnly Default Property Item (
columnName As String
) As BcfCell
Get
public:
property BcfCell^ default[String^ columnName] {
BcfCell^ get (String^ columnName);
}member Item : BcfCell with get
Parameters
- columnName
- Type: SystemString
Name of the column.
Return Value
Type:
BcfCellBcfCell.
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