Spread Windows Forms 12.0 Product Documentation
GetCellExporter Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace > ExportContext Class : GetCellExporter Method
Gets the data converter which convert custom data to OpenXML-compatible data.
Syntax
'Declaration
 
Protected Overridable Function GetCellExporter() As ICellExporter
'Usage
 
Dim instance As ExportContext
Dim value As ICellExporter
 
value = instance.GetCellExporter()
protected virtual ICellExporter GetCellExporter()

Return Value

An ICellExporter value represents the data converter.
See Also

Reference

ExportContext Class
ExportContext Members