Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Factory Class / GetCellExporter Method


In This Topic
GetCellExporter Method (Factory)
In This Topic
Gets the data converter which convert custom data to OpenXML-compatible data.
Syntax
'Declaration
 
Public Overridable Function GetCellExporter() As ICellExporter
 
'Usage
 
Dim instance As Factory
Dim value As ICellExporter
 
value = instance.GetCellExporter()

Return Value

An ICellExporter2 value represents the data converter.
See Also