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

ProcessEmptyRowEventArgs.Initialize(Int32) Method

Initializes the object before passing it to a DataTableExporter.ProcessEmptyRow event handler.

Namespace: DevExpress.Spreadsheet.Export

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

Declaration

public void Initialize(
    int rowIndex
)

Parameters

Name Type Description
rowIndex Int32

A zero-based integer specifying the index of the empty row.

See Also