[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IO.OpenXml.ExportContext.GetDataConverter

GetDataConverter Method

GetDataConverter<T>()

Gets the data converter which convert custom data in extensible object to OpenXML-compatible data.

Declaration
protected virtual IDataConverter<T> GetDataConverter<T>()
Protected Overridable Function GetDataConverter(Of T)() As IDataConverter(Of T)
Returns
Type Description
IDataConverter<T>

An GrapeCity.Spreadsheet.IO.OpenXml.IDataConverter<T> value represents the data converter.

Type Parameters
Name Description
T

Represents the type of data to convert.