Table of Contents

Class ImageHandler

Namespace
FileFormat.Cells
Assembly
FileFormat.Cells.dll
public class ImageHandler
Inheritance
ImageHandler
Inherited Members

Constructors

ImageHandler(WorksheetPart)

public ImageHandler(WorksheetPart worksheetPart)

Parameters

worksheetPart WorksheetPart

Fields

drawing

protected Drawing drawing

Field Value

Drawing

Methods

Add(string, int, int, int, int)

public void Add(string imagePath, int startRowIndex, int startColumnIndex, int endRowIndex, int endColumnIndex)

Parameters

imagePath string
startRowIndex int
startColumnIndex int
endRowIndex int
endColumnIndex int