Class ImportMode
Specifies the importing mode options
Inheritance
System.Object
ImportMode
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public sealed class ImportMode : Enum
Fields
Style
Import style only from excel
Declaration
public const ImportMode Style
Field Value
Type |
---|
ImportMode |
Text
Import text only without styles
Declaration
public const ImportMode Text
Field Value
Type |
---|
ImportMode |
Value
Combination of style and text
Declaration
public const ImportMode Value
Field Value
Type |
---|
ImportMode |