 | BcfRowItem Property (Int32) |
Gets or sets the value stored in the
BcfColumn specified by
columnIndex.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic Object this[
int columnIndex
] { get; set; }Public Default Property Item (
columnIndex As Integer
) As Object
Get
Set
Parameters
- columnIndex
- Type: SystemInt32
The column index.
Return Value
Type:
Objectthe value stored in the
BcfColumn specified by
columnIndex if set; otherwise
.
Exceptions
See Also