Class ExportMode
Defines the constants which specify the export mode.
Inheritance
System.Object
ExportMode
Namespace: Syncfusion.UI.Xaml.TreeGrid.Export
Assembly: Syncfusion.GridExport.WinUI.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 and format will be set to the cell.
Declaration
public const ExportMode Value
Field Value
Type |
---|
ExportMode |