Class QueryExportCellRangeEventArgs
Provides data for the QueryExportCellRange event.
Inheritance
System.Object
QueryExportCellRangeEventArgs
Namespace: Syncfusion.GroupingGridExcelConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
public sealed class QueryExportCellRangeEventArgs : SyncfusionHandledEventArgs
Constructors
QueryExportCellRangeEventArgs(GridStyleInfo, IRange)
Initializes a new instance of the QueryExportCellRangeEventArgs class.
Declaration
public QueryExportCellRangeEventArgs(GridStyleInfo style, IRange range)
Parameters
| Type | Name | Description |
|---|---|---|
| GridStyleInfo | style | The grid cell's GridStyleInfo. |
| IRange | range |
Properties
ExcelCell
Gets the Excel cell.
Declaration
public IRange ExcelCell { get; set; }
Property Value
| Type |
|---|
| IRange |
GridCell
Gets the grid cell.
Declaration
public GridStyleInfo GridCell { get; set; }
Property Value
| Type |
|---|
| GridStyleInfo |