Skip to main content

ProcessEmptyRowEventArgs() Constructor

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

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ProcessEmptyRowEventArgs()

Remarks

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

See Also