WPF

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

    Show / Hide Table of Contents

    Class ImportingCellFromExcelEventArgs

    Importing event arguments

    Inheritance
    System.Object
    System.EventArgs
    ImportingCellFromExcelEventArgs
    Inherited Members
    System.EventArgs.Empty
    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 ImportingCellFromExcelEventArgs : EventArgs

    Constructors

    ImportingCellFromExcelEventArgs(IRange, IWorksheet, GridStyleInfo, Boolean, ImportMode)

    Declaration
    public ImportingCellFromExcelEventArgs(IRange range, IWorksheet sheet, GridStyleInfo cell, bool handled, ImportMode mode)
    Parameters
    Type Name Description
    IRange range
    IWorksheet sheet
    GridStyleInfo cell
    System.Boolean handled
    ImportMode mode

    Properties

    Cell

    Gets the importing styleinformation of each cell

    Declaration
    public GridStyleInfo Cell { get; set; }
    Property Value
    Type Description
    GridStyleInfo

    Handled

    gets or sets whether the importing event is handled or not

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Mode

    gets or sets the type of importing by default value

    Declaration
    public ImportMode Mode { get; set; }
    Property Value
    Type Description
    ImportMode

    Range

    Gets the importing range

    Declaration
    public IRange Range { get; }
    Property Value
    Type Description
    IRange

    Sheet

    Gets the importing worksheet

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