| Package | stimulsoft.report.export.struct |
| Class | public class StiExcelBiffImageData |
| Inheritance | StiExcelBiffImageData Object |
| Property | Defined By | ||
|---|---|---|---|
| firstColumnIndex : uint | StiExcelBiffImageData | ||
| firstColumnOffset : uint | StiExcelBiffImageData | ||
| firstRowIndex : uint | StiExcelBiffImageData | ||
| firstRowOffset : uint | StiExcelBiffImageData | ||
| imageData : ByteArray | StiExcelBiffImageData | ||
| lastColumnIndex : uint | StiExcelBiffImageData | ||
| lastColumnOffset : uint | StiExcelBiffImageData | ||
| lastRowIndex : uint | StiExcelBiffImageData | ||
| lastRowOffset : uint | StiExcelBiffImageData | ||
| Method | Defined By | ||
|---|---|---|---|
StiExcelBiffImageData(_firstRowIndex:uint, _firstRowOffset:uint, _firstColumnIndex:uint, _firstColumnOffset:uint, _lastRowIndex:uint, _lastRowOffset:uint, _lastColumnIndex:uint, _lastColumnOffset:uint, _imageData:ByteArray) | StiExcelBiffImageData | ||
| firstColumnIndex | property |
public var firstColumnIndex:uint| firstColumnOffset | property |
public var firstColumnOffset:uint| firstRowIndex | property |
public var firstRowIndex:uint| firstRowOffset | property |
public var firstRowOffset:uint| imageData | property |
public var imageData:ByteArray| lastColumnIndex | property |
public var lastColumnIndex:uint| lastColumnOffset | property |
public var lastColumnOffset:uint| lastRowIndex | property |
public var lastRowIndex:uint| lastRowOffset | property |
public var lastRowOffset:uint| StiExcelBiffImageData | () | Constructor |
public function StiExcelBiffImageData(_firstRowIndex:uint, _firstRowOffset:uint, _firstColumnIndex:uint, _firstColumnOffset:uint, _lastRowIndex:uint, _lastRowOffset:uint, _lastColumnIndex:uint, _lastColumnOffset:uint, _imageData:ByteArray)_firstRowIndex:uint | |
_firstRowOffset:uint | |
_firstColumnIndex:uint | |
_firstColumnOffset:uint | |
_lastRowIndex:uint | |
_lastRowOffset:uint | |
_lastColumnIndex:uint | |
_lastColumnOffset:uint | |
_imageData:ByteArray |