Spread Windows Forms 12.0 Product Documentation
GetDataConverter<T> Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace > ExportContext Class : GetDataConverter<T> Method
Represents the type of data to convert.
Gets the data converter which convert custom data in extensible object to OpenXML-compatible data.
Syntax
'Declaration
 
Protected Overridable Function GetDataConverter(Of T)() As IDataConverter(Of T)
'Usage
 
Dim instance As ExportContext
Dim value As IDataConverter(Of T)
 
value = instance.GetDataConverter(Of T)()
protected virtual IDataConverter<T> GetDataConverter<T>()

Type Parameters

T
Represents the type of data to convert.

Return Value

An IDataConverter<T> value represents the data converter.
See Also

Reference

ExportContext Class
ExportContext Members