Class QueryExportRowRangeEventArgs
Provides data for the QueryExportRowRange event.
Inherited Members
Namespace: Syncfusion.GroupingGridExcelConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
public sealed class QueryExportRowRangeEventArgs : SyncfusionCancelEventArgs
Constructors
QueryExportRowRangeEventArgs(Element, IRange)
Initializes a new instance of the QueryExportRowRangeEventArgs class.
Declaration
public QueryExportRowRangeEventArgs(Element tableElement, IRange range)
Parameters
Type | Name | Description |
---|---|---|
Element | tableElement | The Element. |
IRange | range | The destination IRange. |
Properties
Element
Gets the current element.
Declaration
public Element Element { get; set; }
Property Value
Type |
---|
Element |
ExcelRange
Gets the excel range for current element.
Declaration
public IRange ExcelRange { get; set; }
Property Value
Type |
---|
IRange |