Spread Windows Forms 17
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.Win 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 Function GetCellExporter() As ICellExporter
    'Usage
     
    
    Dim instance As Factory
    Dim value As ICellExporter
     
    value = instance.GetCellExporter()
    public ICellExporter GetCellExporter()

    Return Value

    An ICellExporter2 value represents the data converter.
    See Also