 | BcfRowSetValueObject Method (String, Object) |
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 BcfRow SetValueObject(
string columnName,
Object value
)
Public Function SetValueObject (
columnName As String,
value As Object
) As BcfRow
Parameters
- columnName
- Type: SystemString
The column name. - value
- Type: SystemObject
The value.
Return Value
Type:
BcfRowThis row.
Exceptions
See Also