Class StiExcel2007ExportService.ExcelImageData

java.lang.Object
com.stimulsoft.report.export.service.StiExcel2007ExportService.ExcelImageData
Enclosing class:
StiExcel2007ExportService

public class StiExcel2007ExportService.ExcelImageData extends Object
Accessory class ExcelImageData
  • 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)