Class ExportMode
Defines constants for specifying the mode of export.
Inheritance
System.Object
ExportMode
Namespace: Syncfusion.UI.Xaml.Grid.Converter
Assembly: Syncfusion.SfGridConverter.UWP.dll
Syntax
public sealed class ExportMode : Enum
Fields
Text
Exports the FormattedText to Excel.
Declaration
public const ExportMode Text
Field Value
Type |
---|
ExportMode |
Value
Exports the actual value to Excel cell.
Declaration
public const ExportMode Value
Field Value
Type |
---|
ExportMode |