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

IExportContext.AddRow(Object[]) Method

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

Namespace: DevExpress.Printing.ExportHelpers

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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