Skip to main content

IExportContext.AddRow(Object[]) Method

Adds an empty row and populates it with the specified values.

Namespace: DevExpress.Printing.ExportHelpers

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

NuGet Package: DevExpress.Printing.Core

Declaration

void AddRow(
    object[] values
)

Parameters

Name Type Description
values Object[]

An array of cell values to insert in the added row.

See Also