Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Pdf Namespace / PdfExportContext Class / GetCellExporter Method


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

    Return Value

    An GrapeCity.Spreadsheet.IO.OpenXml.ICellExporter value represents the data converter.
    See Also