|
|
|
|
|
SpreadsheetDeleteImage (Function) In french: TableurSupprimeImage Deletes an image from the current worksheet in a Spreadsheet control.
Id is string = SpreadsheetAddImage(PSHEET_Spreadsheet, "c:\temp\logo.png", "A2", "B5")
SpreadsheetDeleteImage(PSHEET_Spreadsheet, Id)
Syntax
SpreadsheetDeleteImage(<Spreadsheet control> , <Identifier>)
<Spreadsheet control>: Control name Name of the Spreadsheet control to be used. <Identifier>: Character string Identifier of image to delete from the current worksheet. This identifier is returned by SpreadsheetAddImage and SpreadsheetListImage.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|