ImportMode Class
Specifies the importing mode options
Inheritance
System.Object
    ImportMode
  Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.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 |