Class DataGridRowExcelExportingEventArgs
Provides data for the RowExporting event.
Inheritance
Namespace: Syncfusion.SfDataGrid.Exporting
Assembly: Syncfusion.SfGridConverter.iOS.dll
Syntax
public sealed class DataGridRowExcelExportingEventArgs : EventArgs
Constructors
DataGridRowExcelExportingEventArgs(RecordEntry, IRange, IWorksheet, ExportRowType, Object)
Initializes a new instance of the DataGridRowExcelExportingEventArgs class.
Declaration
public DataGridRowExcelExportingEventArgs(RecordEntry record, IRange rowRange, IWorksheet worksheet, ExportRowType exportRowType, object rowData = null)
Parameters
| Type | Name | Description |
|---|---|---|
| RecordEntry | record | The record entry to be exported. |
| IRange | rowRange | The row range to be exported. |
| IWorksheet | worksheet | The worksheet for exporting. |
| ExportRowType | exportRowType | The exporting row type. |
| System.Object | rowData | The row data to be exported. |
DataGridRowExcelExportingEventArgs(IRange, IWorksheet, ExportRowType)
Initializes a new instance of the DataGridRowExcelExportingEventArgs class.
Declaration
public DataGridRowExcelExportingEventArgs(IRange rowRange, IWorksheet worksheet, ExportRowType exportRowType)
Parameters
| Type | Name | Description |
|---|---|---|
| IRange | rowRange | The row range to be exported. |
| IWorksheet | worksheet | The worksheet for exporting. |
| ExportRowType | exportRowType | The exporting row type. |
Properties
Range
Gets the exporting row range.
Declaration
public IRange Range { get; }
Property Value
| Type | Description |
|---|---|
| IRange | The exporting row range. |
Record
Gets the record of the exporting row.
Declaration
public RecordEntry Record { get; }
Property Value
| Type | Description |
|---|---|
| RecordEntry | The record of the exporting row. |
RowData
Gets the row data of the exporting row.
Declaration
public object RowData { get; }
Property Value
| Type | Description |
|---|---|
| System.Object | The row data of the exporting row. |
RowType
Gets the exporting row type whether the row is caption summary row or record.
Declaration
public ExportRowType RowType { get; }
Property Value
| Type | Description |
|---|---|
| ExportRowType | The ExportRowType representing the exporting row type whether the row is caption summary row or record. |
Worksheet
Gets exporting excel worksheet.
Declaration
public IWorksheet Worksheet { get; }
Property Value
| Type | Description |
|---|---|
| IWorksheet | The exporting excel worksheet. |
WorkSheet
Declaration
public IWorksheet WorkSheet { get; }
Property Value
| Type |
|---|
| IWorksheet |