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