 | BcfRowViewSetValue Method (String, Object) |
[This is preliminary documentation and is subject to change.]
Sets the value of the associated
BcfRow.
BcfCell with the specified name.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntaxpublic virtual void SetValue(
string columnName,
Object value
)
Public Overridable Sub SetValue (
columnName As String,
value As Object
)
Parameters
- columnName
- Type: SystemString
The property name. - value
- Type: SystemObject
The value.
Exceptions| Exception | Condition |
|---|
| ArgumentException | Specified columnName is not reflected by this view. |
See Also