Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ProcessEmptyRowEventArgs() Constructor

Initializes a new instance of the ProcessEmptyRowEventArgs class with the default settings.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public ProcessEmptyRowEventArgs()

Remarks

The ProcessEmptyRowEventArgs is created automatically and passed to the handler of the DataTableExporter.ProcessEmptyRow event.

See Also