 | BcfRowViewGetValue Method (BcfColumn) |
Gets the managed value of specified column as object.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
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