WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelImportingOptions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    Type Description
    GridCellImportFromExcelHandler

    ImportMode

    gets or sets the type of importing by default value

    Declaration
    public ImportMode ImportMode { get; set; }
    Property Value
    Type Description
    ImportMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved