public class StiExcelExportService.BiffImageData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
short |
FirstColumnIndex |
short |
FirstColumnOffset |
short |
FirstRowIndex |
short |
FirstRowOffset |
byte[] |
ImageData |
short |
LastColumnIndex |
short |
LastColumnOffset |
short |
LastRowIndex |
short |
LastRowOffset |
| Constructor and Description |
|---|
StiExcelExportService.BiffImageData(short FirstRowIndex,
short FirstRowOffset,
short FirstColumnIndex,
short FirstColumnOffset,
short LastRowIndex,
short LastRowOffset,
short LastColumnIndex,
short LastColumnOffset,
byte[] ImageData) |
public short FirstRowIndex
public short FirstRowOffset
public short FirstColumnIndex
public short FirstColumnOffset
public short LastRowIndex
public short LastRowOffset
public short LastColumnIndex
public short LastColumnOffset
public byte[] ImageData
Copyright © 2019 Stimulsoft. All Rights Reserved.