Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

IDataValueConverter Interface

An interface that allows you to modify data being imported before insertion in a worksheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public interface IDataValueConverter

Remarks

Implement the IDataValueConverter.TryConvert method to convert data being imported to a CellValue object.

See Also