 | BcfRowViewGetValue Method (BcfColumn) |
[This is preliminary documentation and is subject to change.]
Gets the managed value of specified column as object.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntaxpublic virtual Object GetValue(
BcfColumn column
)
Public Overridable Function GetValue (
column As BcfColumn
) As Object
Parameters
- column
- Type: CalculationWorks.BusinessModelBcfColumn
The column.
Return Value
Type:
ObjectThe managed value of specified
column.
Exceptions
See Also