[]
Gets the data converter which convert custom data in extensible object to OpenXML-compatible data.
protected virtual IDataConverter<T> GetDataConverter<T>()
Protected Overridable Function GetDataConverter(Of T)() As IDataConverter(Of T)
| Type | Description |
|---|---|
| IDataConverter<T> | An GrapeCity.Spreadsheet.IO.OpenXml.IDataConverter<T> value represents the data converter. |
| Name | Description |
|---|---|
| T | Represents the type of data to convert. |