Class GridImportExportCellInfoEventArgs
Provides data for the QueryImportExportCellInfo GridImportExportCellInfo event.
Inheritance
System.Object
System.EventArgs
GridImportExportCellInfoEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.GridExcelConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
public sealed class GridImportExportCellInfoEventArgs : GridCellHandledEventArgs
Constructors
GridImportExportCellInfoEventArgs(IRange, GridStyleInfo, GridConverterAction, Int32, Int32)
Initializes a new instance of the GridImportExportCellInfoEventArgs class.
Declaration
public GridImportExportCellInfoEventArgs(IRange excelCell, GridStyleInfo gridCell, GridConverterAction action, int rowIndex, int colIndex)
Parameters
Type | Name | Description |
---|---|---|
IRange | excelCell | Excel cell style. |
GridStyleInfo | gridCell | Grid cell style. |
GridConverterAction | action | The row index. |
System.Int32 | rowIndex | The row index. |
System.Int32 | colIndex | The column index. |
Properties
Action
Gets an action specifying the current action of GridExcelConverterControl.
Declaration
public GridConverterAction Action { get; set; }
Property Value
Type |
---|
GridConverterAction |
ExcelCell
Gets the style information of excel cell to import/ export.
Declaration
public IRange ExcelCell { get; }
Property Value
Type |
---|
IRange |
GridCell
Gets the style information for the grid cell.
Declaration
public GridStyleInfo GridCell { get; }
Property Value
Type |
---|
GridStyleInfo |