Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export Namespace / XlsxExportProvider Class / NewExporter Method

In This Topic
    NewExporter Method (XlsxExportProvider)
    In This Topic
    Creates a new instance of the XlsFilter class where XlsFilter.OpenXml is true.
    Syntax
    'Declaration
     
    Public Overrides Function NewExporter() As ExportFilter
    public override ExportFilter NewExporter()

    Return Value

    The newly created XlsFilter.
    See Also