CellValue.DefaultConverter Property
In This Article
Provides access to the default converter which is used to convert objects of basic data types to cell values, and vise versa.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public static ICellValueConverter DefaultConverter { get; }
#Property Value
Type | Description |
---|---|
ICell |
An object implementing the ICell |
See Also