menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelImportingOptions - UWP 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
    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved