Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
TXLSShape
>
Delete
Delete method
Deletes the specified
shape
from the collection.
Syntax
procedure
Delete;
Example
This example deletes first shape from the shape collection on sheet one.
with
Workbook.Sheets[
1
]
do
begin
if
Shapes.Count >
0
then
Shapes.Items[
1
].Delete;
end
;
Copyright © NikaSoft 2004-2012