 | BcfRowViewGetValue Method (String) |
Gets the managed value of a column specified by columnName.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntaxpublic virtual Object GetValue(
string columnName
)
Public Overridable Function GetValue (
columnName As String
) As Object
Parameters
- columnName
- Type: SystemString
The property name.
Return Value
Type:
ObjectThe managed value of a column specified by
columnName.
Exceptions| Exception | Condition |
|---|
| ArgumentException | Specified columnName is not reflected by this view. |
See Also