IBindingRangeValueConverter Methods
An interface that allows you to convert cell values to custom objects and back.
Name | Description |
---|---|
Convert |
Convert a cell value to a certain object. |
Try |
Converts the specified object to a cell value. |
See Also