ProcessEmptyRowEventArgs.Initialize(Int32) Method
Initializes the object before passing it to a DataTableExporter.ProcessEmptyRow event handler.
Namespace: DevExpress.Spreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
rowIndex | Int32 | A zero-based integer specifying the index of the empty row. |
See Also