CellValue.TryCreateFromObject Method
Name | Parameters | Description |
---|---|---|
TryCreateFromObject(Object, ICellValueConverter) static | value, converter | Tries to convert the specified object to a cell value using the custom converter. |
TryCreateFromObject(Object) static | value | Tries to convert the specified object to a cell value using the default converter. |