IBindingRangeValueConverter Methods
An interface that allows you to convert cell values to custom objects and back.| Name | Description |
|---|---|
| ConvertToObject(CellValue, Type, Int32) | Convert a cell value to a certain object. |
| TryConvertFromObject(Object) | Converts the specified object to a cell value. |
See Also