 | BcfRowSetValueObject Method (Int32, Object) |
Sets the
object stored in the
BcfColumn specified by
columnIndex.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfRow SetValueObject(
int columnIndex,
Object value
)
Public Function SetValueObject (
columnIndex As Integer,
value As Object
) As BcfRow
Parameters
- columnIndex
- Type: SystemInt32
The column index. - value
- Type: SystemObject
The value.
Return Value
Type:
BcfRowthe value stored in the
BcfColumn specified by
columnIndex if set; otherwise
.
Exceptions
See Also