Skip to main content

ISheetHeaderFooterExportContext Methods

Implements methods which allow you to modify a header or footer in the exported spreadsheet.
Name Description
AddRow() Adds an empty row. Inherited from IExportContext.
AddRow(CellObject[]) Adds an empty row and populates it with values. Inherited from IExportContext.
AddRow(Object[]) Adds an empty row and populates it with the specified values. Inherited from IExportContext.
InsertImage(DXImage, XlCellRange) Inserts an image into the specified cell range. Inherited from IExportContext.
InsertImage(DXImage, Size) Inserts a n image into the sheet’s header of footer.
MergeCells(XlCellRange) Merges cells in the specified range. Inherited from IExportContext.
See Also