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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.CellGrid.Converter
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public class ExcelImportingOptions
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
ImportMode
gets or sets the type of importing by default value
Declaration
public ImportMode ImportMode { get; set; }
Property Value
Type |
---|
ImportMode |