 |
| BcfRowItem Property (BcfColumn) |
Gets the
BcfCell of the specified
column.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfCell this[
BcfColumn column
] { get; }Public ReadOnly Default Property Item (
column As BcfColumn
) As BcfCell
Get
public:
property BcfCell^ default[BcfColumn^ column] {
BcfCell^ get (BcfColumn^ column);
}member Item : BcfCell with get
Parameters
- column
- Type: CalculationWorks.BusinessModelBcfColumn
The column.
Return Value
Type:
BcfCellBcfCell.
Exceptions
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also