Search
CsvImportForm.Encoding Property
See Also
 






Gets the encoding that will be used by the importer.

Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms

 Syntax

C#  Copy Code

public Encoding Encoding { get; }

Visual Basic  Copy Code

Public ReadOnly Property Encoding As Encoding

 Property Value

An instance of the .NET Encoding class.

 See Also