IExportContext Members
A base interface that implements methods to modify the exported spreadsheet.Methods
| Name | Description |
|---|---|
| AddRow() | Adds an empty row. |
| AddRow(CellObject[]) | Adds an empty row and populates it with values. |
| AddRow(Object[]) | Adds an empty row and populates it with the specified values. |
| InsertImage(DXImage, XlCellRange) | Inserts an image into the specified cell range. |
| MergeCells(XlCellRange) | Merges cells in the specified range. |
See Also