Class ExcelImportingOptions
sets the importing method as delegate to handle gridcellimportingexcelhandler sets the importmode such as style,text by default value
Inheritance
System.Object
ExcelImportingOptions
Namespace: Syncfusion.UI.Xaml.CellGrid.Converter
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class ExcelImportingOptions : Object
Constructors
ExcelImportingOptions()
Declaration
public ExcelImportingOptions()
ExcelImportingOptions(GridCellImportFromExcelHandler)
create excelimportingoptions with importingeventhandler method
Declaration
public ExcelImportingOptions(GridCellImportFromExcelHandler ImportingEventHandler)
Parameters
| Type | Name | Description |
|---|---|---|
| GridCellImportFromExcelHandler | ImportingEventHandler | method passed to GridCellImportFromExcelHandler |
Properties
CellImportFromExcelHandler
gets or sets the importingevent handler method
Declaration
public GridCellImportFromExcelHandler CellImportFromExcelHandler { get; set; }
Property Value
| Type |
|---|
| GridCellImportFromExcelHandler |
ImportMode
gets or sets the type of importing by default value
Declaration
public ImportMode ImportMode { get; set; }
Property Value
| Type |
|---|
| ImportMode |