 | BcfRowViewSetValue Method (String, Object) |
[This is preliminary documentation and is subject to change.]
Sets the value of the associated
BcfRow.
BcfCell with the specified
propertyName.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntaxpublic virtual void SetValue(
string propertyName,
Object value
)
Public Overridable Sub SetValue (
propertyName As String,
value As Object
)
Parameters
- propertyName
- Type: SystemString
Name of the property. - value
- Type: SystemObject
The value.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | propertyName is null. |
| ArgumentException | Property propertyName not found. propertyName is not the name of a reflected column and not a name of a custom property. |
Remarks
Version InformationForms
Supported in: 4.0
See Also