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