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.Windows.Controls.Grid.Converter
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
Type | Name | Description |
---|---|---|
IRange | range | |
IWorksheet | sheet | |
GridStyleInfo | cell | |
System.Boolean | handled |
Properties
Cell
Declaration
public GridStyleInfo Cell { get; set; }
Property Value
Type | Description |
---|---|
GridStyleInfo |
ColumnIndex
Declaration
public int ColumnIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Range
Declaration
public IRange Range { get; }
Property Value
Type | Description |
---|---|
IRange |
RowIndex
Declaration
public int RowIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Sheet
Declaration
public IWorksheet Sheet { get; }
Property Value
Type | Description |
---|---|
IWorksheet |