ICellValueConverter Members
A converter that converts custom objects to cell values and vice versa.Methods
Name | Description |
---|---|
ConvertToObject(CellValue) | Implement this method to convert a cell value to a certain object. |
TryConvertFromObject(Object) | Implement this method to convert a certain object to a cell value. |
See Also