Class ExportMode
Defines 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.SfDataGrid.XForms.Exporting
Assembly: Syncfusion.SfGridConverter.XForms.dll
Syntax
public sealed class ExportMode : Enum
Fields
Text
Exports the Formatted Text to excel.
Declaration
public const ExportMode Text
Field Value
Type |
---|
ExportMode |
Value
Exports the Formatted value to excel by setting excel number format.
Declaration
public const ExportMode Value
Field Value
Type |
---|
ExportMode |