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