Skip to main content
Row

IDataValueConverter Interface

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface IDataValueConverter

The following members return IDataValueConverter objects:

Remarks

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

See Also