[]
        
(Showing Draft Content)

C1.WPF.Document.Export.CsvExportProvider

CsvExportProvider Class

Describes export to CSV format.

Inheritance
CsvExportProvider
Namespace: C1.WPF.Document.Export
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class CsvExportProvider : ExportProvider

Constructors

Name Description
CsvExportProvider()

Properties

Name Description
DefaultExtension

Gets the default filename extension for the current export format. This implementation returns "csv".

FormatName

Gets a short description of the HTML export format.

SupportedDocumentInfoFields

Gets the combination of flags indicating which fields of the DocumentInfo class are supported by the current export format. This implementation returns Author.

Methods

Name Description
NewExporter()

Creates a new instance of the CsvFilter.