Search
CsvExportForm.Encoding Property
See Also
 






Gets or sets the encoding that will be used by the exporter.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public Encoding Encoding { get; set; }

Visual Basic  Copy Code

Public Property Encoding As Encoding

 Property Value

An instance of the .NET Encoding class.

 See Also