Gets the encoding that will be used by the importer.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Encoding Encoding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Encoding As Encoding |
An instance of the .NET Encoding class. The default is Encoding.Default.
See Also