Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document.Export Namespace / CsvExportProvider Class / NewExporter Method

In This Topic
    NewExporter Method (CsvExportProvider)
    In This Topic
    Creates a new instance of the CsvFilter.
    Syntax
    'Declaration
     
    Public Overrides Function NewExporter() As ExportFilter
    public override ExportFilter NewExporter()

    Return Value

    The newly created CsvFilter.
    See Also