Class StiExcel2007ExportService.ExcelImageData
java.lang.Object
com.stimulsoft.report.export.service.StiExcel2007ExportService.ExcelImageData
- Enclosing class:
StiExcel2007ExportService
Accessory class ExcelImageData
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintintintintintintint -
Constructor Summary
ConstructorsConstructorDescriptionExcelImageData(int FirstRowIndex, int FirstRowOffset, int FirstColumnIndex, int FirstColumnOffset, int LastRowIndex, int LastRowOffset, int LastColumnIndex, int LastColumnOffset, int ImageIndex) -
Method Summary
-
Field Details
-
FirstRowIndex
public int FirstRowIndex -
FirstRowOffset
public int FirstRowOffset -
FirstColumnIndex
public int FirstColumnIndex -
FirstColumnOffset
public int FirstColumnOffset -
LastRowIndex
public int LastRowIndex -
LastRowOffset
public int LastRowOffset -
LastColumnIndex
public int LastColumnIndex -
LastColumnOffset
public int LastColumnOffset -
ImageIndex
public int ImageIndex
-
-
Constructor Details
-
ExcelImageData
public ExcelImageData(int FirstRowIndex, int FirstRowOffset, int FirstColumnIndex, int FirstColumnOffset, int LastRowIndex, int LastRowOffset, int LastColumnIndex, int LastColumnOffset, int ImageIndex)
-