Skip to main content

ProcessEmptyRowEventArgs.Initialize(Int32) Method

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

Namespace: DevExpress.Spreadsheet.Export

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

NuGet Package: DevExpress.Spreadsheet.Core

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