Skip to main content
A newer version of this page is available. .

ProcessEmptyRowEventArgs() Constructor

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

Namespace: DevExpress.Spreadsheet.Export

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

Declaration

public ProcessEmptyRowEventArgs()

Remarks

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

See Also