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