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