ProcessEmptyRowEventArgs Properties
Provides data for the DataTableExporter.ProcessEmptyRow event.Name | Description |
---|---|
Action | Gets or sets an action to be performed when an empty row is encountered and the DataTableExporter.ProcessEmptyRow event occurs. |
RowIndex | Obtains the index of an empty row. |
See Also