 | BcfRowGetValueObject Method (Int32) |
[This is preliminary documentation and is subject to change.]
Gets the
object stored in the
BcfColumn specified by
columnIndex.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic Object GetValueObject(
int columnIndex
)
Public Function GetValueObject (
columnIndex As Integer
) As Object
Parameters
- columnIndex
- Type: SystemInt32
The column index.
Return Value
Type:
Objectthe value stored in the
BcfColumn specified by
columnIndex if set; otherwise
null.
Exceptions
Remarks
Version InformationBCF
Supported in: 4.0
See Also