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