Class ImportingCellFromExcelEventArgs
Importing event arguments
Inheritance
System.Object
ImportingCellFromExcelEventArgs
Assembly: Syncfusion.GridConverter.Wpf.dll
Syntax
public class ImportingCellFromExcelEventArgs : EventArgs
Constructors
ImportingCellFromExcelEventArgs(IRange, IWorksheet, GridStyleInfo, Boolean)
Declaration
public ImportingCellFromExcelEventArgs(IRange range, IWorksheet sheet, GridStyleInfo cell, bool handled)
Parameters
Properties
Cell
Declaration
public GridStyleInfo Cell { get; set; }
Property Value
ColumnIndex
Declaration
public int ColumnIndex { get; }
Property Value
Handled
Declaration
public bool Handled { get; set; }
Property Value
Range
Declaration
public IRange Range { get; }
Property Value
RowIndex
Declaration
public int RowIndex { get; }
Property Value
Sheet
Declaration
public IWorksheet Sheet { get; }
Property Value