IExportContext.AddRow(Object[]) Method
Adds an empty row and populates it with the specified values.
Namespace: DevExpress.Printing.ExportHelpers
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
values | Object[] | An array of cell values to insert in the added row. |
See Also