Enum ExportMode
Decides to Export Formatted Text or cellvalue to excel when ExportFormat is false
Namespace: Syncfusion.Windows.Controls.Grid.Converter
Assembly: Syncfusion.GridConverter.Wpf.dll
Syntax
public enum ExportMode
Fields
| Name | Description |
|---|---|
| Text | Exports the Formatted text to Excel |
| Value | Exports the CellValue to the Excel |