|
FlexCel Studio for VCL/LCL
|
Deletes an image on the active sheet.
procedure DeletePicture(const Index: integer);
__fastcall DeletePicture(const int Index);
|
Parameters |
Description |
|
const Index: integer |
Index of the image to delete (0 based) |
Deletes the image number INDEX (0-based) from the array of images. Different from ClearPicture , this method actually deletes the image.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|