ListBox.Delete Method
Deletes a dynamically created ListBox 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 ListBox that is created programmatically at run time. An exception is thrown if you call this method on a ListBox 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.