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

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(Image, XlCellRange) Inserts an image into the specified cell range.
MergeCells(XlCellRange) Merges cells in the specified range.
See Also