TPartialExportState.GetImage Method
Returns one of the images for one of the saved sheets.
Syntax
Unit: FlexCel.Render
function TPartialExportState.GetImage(const bodyIndex: Integer; const imageIndex: Integer): TUIImage;
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
bodyIndex |
Integer |
Index of the document where you want to retrieve the images. (1 based) |
| const |
imageIndex |
Integer |
Image index in the document. (1 based) |
See also