Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ExportContext Class / GetCellExporter Method


In This Topic
    GetCellExporter Method (ExportContext)
    In This Topic
    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