Class GridExportElementEventArgs
Provides data about the ExportElement event.
Inherited Members
Namespace: Syncfusion.GroupingGridExcelConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
public sealed class GridExportElementEventArgs : SyncfusionCancelEventArgs
Constructors
GridExportElementEventArgs(Element, Int32)
Initializes a new GridExportElementEventArgs class.
Declaration
public GridExportElementEventArgs(Element element, int rowIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Element | element | The element to be exported. |
| System.Int32 | rowIndex | The row index of the element. |
Properties
Element
The element to get exported to the worksheet.
Declaration
public Element Element { get; }
Property Value
| Type |
|---|
| Element |
RowIndex
Gets the worksheet row index to which the Element will get exported.
Declaration
public int RowIndex { get; }
Property Value
| Type |
|---|
| System.Int32 |