Class ExportMode
Describes the constants which is used to determine whether the data in the grid is exported as value or text to excel.
Inheritance
System.Object
ExportMode
Namespace: Syncfusion.Maui.DataGrid.Exporting
Assembly: Syncfusion.Maui.DataGridExport.dll
Syntax
public sealed class ExportMode : Enum
Fields
Text
Specifies the exports the Formatted Text to excel.
Declaration
public const ExportMode Text
Field Value
Type |
---|
ExportMode |
Value
Specifies the exports the Formatted value to excel by setting excel number format.
Declaration
public const ExportMode Value
Field Value
Type |
---|
ExportMode |