PictureBox.Delete Method

Deletes a dynamically created PictureBox from the worksheet and removes it from the ControlCollection.

Namespace:  Microsoft.Office.Tools.Excel.Controls
Assembly:  Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

Syntax

'Declaration
Public Function Delete As Object
public Object Delete()

Return Value

Type: System.Object

Remarks

This method should only be used with a PictureBox that is created programmatically at run time. An exception is thrown if you call this method on a PictureBox that is added to the worksheet at design time.

Examples

For a code example that demonstrates how to use this method, see Button.Delete. All controls in the Microsoft.Office.Tools.Excel.Controls namespace have a functionally equivalent Delete method.

.NET Framework Security

See Also

Reference

PictureBox Class

Microsoft.Office.Tools.Excel.Controls Namespace